adspace
Answer Posted / Devendra Singh Dohare
In SQL, the operator for 'not equal' is <> or !=. For example: SELECT * FROM table WHERE column <> value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is bcp? When does it used? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
what is collation? : Sql dba
What is the current version of sql?
Does group by remove duplicates?
What is your daily office routine?
Can we use distinct and group by together?
What is the best sql course?
Is primary key always clustered index?
how to start mysql server? : Sql dba
what are the advantages of sql ? : Sql dba
how to escape special characters in sql statements? : Sql dba
Can we rollback truncate?
what are aggregate and scalar functions? : Sql dba
Is primary key clustered index?