What is difference between != and <>? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is difference between != and <>?

10th Aug 2016, 5:39 PM
Prakash Chand Prajapat
Prakash Chand Prajapat - avatar
3 Answers
+ 3
Both are not equal to signs only.....we can use any of the symbol for not equal to
12th Aug 2016, 5:09 AM
Kalyan Kumar
Kalyan Kumar - avatar
+ 3
Just their appearance. They are interchangeable in any actual SQL code as they both symbolically represent 'not equal to'.
19th Aug 2016, 7:00 AM
Corey Vaughn
Corey Vaughn - avatar
0
Yeap, both are "Not Equal" signs but on a normal practice i prefer to use <> in SQL and != in programming language like Java, C# Thats how its makes it easier to standardise query language!
25th Aug 2016, 5:39 PM
Smit Shah
Smit Shah - avatar