摘要: 一、查询语法 select 字段列表 from 表名列表 where 条件列表 group by 分组列表 having 分组后条件 order by 排序字段 limit 分页限定 (提供一个表来操作操作) -- 删除 stu 表 drop table if exists stu; -- 创建st 阅读全文
posted @ 2022-08-10 20:53 风陵南 阅读(126) 评论(0) 推荐(0)