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 the usage of when clause in trigger?
What is an inconsistent dependency?
How do I start sql from command line?
What is the sql case statement?
What are the types of index in sql?
How to run pl sql program in mysql?
Is inner join faster than left join?
How many clustered indexes can you have?
How many row comparison operators are used while working with a subquery?
What is the difference between cluster and non-cluster index?
What is a ddl command?
What is the difference between clustered and non-clustered index in sql?
How do I count rows in sql?
what is row? : Sql dba
What is use of term?