2021年10月26日
摘要: 基本语法 基本查询:select * from table_name 字段查询:select fileds from table_name 条件查询:select * from table_name where a=1 排序:select * from table_name order by b d 阅读全文
posted @ 2021-10-26 17:06 嗷呜喵喵 阅读(359) 评论(0) 推荐(0) 编辑