+ 1
Are <> and != Both same in SQL?
When I was reading SQL through w3school, I learnt that if I want to use 'a.xd' not equal to 12 then I can write as WHERE a.xd<>12. But from here in SoloLearn I learn that != is used are both same or depending on whether I am using mySQL or other SQL tools it varies??
3 Respuestas
0
It makes no sense to have <> kind of operator. If u want both u shud give them separately
0
https://www.w3schools.com/sql/sql_where.asp
see here they are using <>
0
Yes both works the same way. Not equal sign I believe