adspace
Answer Posted / babu
nullif basically allows you to compare 2 expressions of
same datatype and return null if both are equal. else it
would return the first expression.eg:
nullif(10,10) returns null
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
what is sql server agent? : Sql dba
what is dbms? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
define sql insert statement ? : Sql dba
What is the current version of sql?
what are all the common sql function? : Sql dba
what is schema? : Sql dba
Is primary key clustered index?
how to start mysql server? : Sql dba
Is primary key always clustered index?
how many tables will create when we create table, what are they? : Sql dba
Do we need to rebuild index after truncate?
what is bcp? When does it used? : Sql dba
How do I remove duplicates in two columns?
Is inner join faster than left join?