not like in mysql - Mysql Views : 257
Tagged in : Mysql
0 0
Send mail
use not like in mysql query to check if not condition

to check if not condition in mysql query, use "not like" keywords as,
mysql> select category from table where category not like 'Animal'


this query will execute the list of categories added in database except the category 'Animal'
By Ramya, On - 2010-11-02



    Login to add Comments .