sql - What does "<>" symbol mean? -


i read laravel manual , found symbol in code below:

select * users name = 'john' or (votes > 100 , title <> 'admin') 

so dose "<>" mean??

both <> , != ok think!


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -