mysql之过滤数据

1.使用where 在 SELECT 语句中,数据根据 WHERE 子句中指定的搜索条件进行过滤。WHERE 子句在表名( FROM 子句)之后给出,如下所示: select * from h_info where h_id = 3; 查找h_id为3的所有记录。 2.where字句操作符 另外,判断null用“is null” 如:select * from h_info where h_mes
相关文章
相关标签/搜索