What the mean of this signin mysql <> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What the mean of this signin mysql <>

5th Dec 2016, 12:32 AM
Vishal Meena
Vishal Meena - avatar
5 Answers
+ 3
"not equal to". It's the same as other languages "!=".
5th Dec 2016, 12:52 AM
Nahuel
Nahuel - avatar
+ 1
<> is the same with != ( not equal). As a example: select name from table where name <> 'Vishal' This will return all the names tha are not 'Vishal'
5th Dec 2016, 12:54 AM
Ripper
Ripper - avatar
0
This symbol(<>) is used in numbers
5th Dec 2016, 12:58 AM
Vishal Meena
Vishal Meena - avatar
0
Same ideea :) select students from table where age <> 18 It selects all students with the age NOT EQUAL TO 18
5th Dec 2016, 1:12 AM
Ripper
Ripper - avatar
0
these are relational operators ... > greater than and < smaller than.... for ex: select * from employee where salary > 10,000;
5th Dec 2016, 1:37 AM
Rahul Sharma
Rahul Sharma - avatar