Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Search This Blog
Wednesday, November 21, 2012
ISNULL SQL Server
SQL Server
>
Built-In Functions
>
ISNULL
Replaces NULL with the specified replacement value.
Example
SELECT
isnull
(last_name,'N/A') last_name
FROM
person
Newer Post
Older Post
Home