|
|
not like in mysql - Mysql
|
Views : 257
|
|
Tagged in : Mysql
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|