MySQL数据库基本命令六
1、select * from 表名 where 条件(>,=,<,>=,<=,!=);(比较查找)

3、select * from 表名 where 条件(or,||)条件;(逻辑或查找)

5、select * from 表名 where 字段名 like(nolike);(字符匹配查找)

1、select * from 表名 where 条件(>,=,<,>=,<=,!=);(比较查找)
3、select * from 表名 where 条件(or,||)条件;(逻辑或查找)
5、select * from 表名 where 字段名 like(nolike);(字符匹配查找)