摘要: SQL:structure query language select:查询,从表中查询符合条件的数据 select 列 顺序,格式 from 表 where 条件 group by 列 having order by 列 查询表中所有的列,用* select * from emp 查询表中具体的列 阅读全文
posted @ 2021-04-25 22:05 s7s7zx 阅读(637) 评论(0) 推荐(0)