selectfrom table_name where 条件and条件;
selectfrom table_name where 条件and条件or条件;
select*from table_name where (字段名,字段名)=(值,值);
sql多条件查询语句
最新推荐文章于 2025-06-26 20:21:45 发布
selectfrom table_name where 条件and条件;
selectfrom table_name where 条件and条件or条件;
select*from table_name where (字段名,字段名)=(值,值);