摘要: 一、DQL 数据查询语言 1.select 简单查询命令 #1.查询表中所有的数据mysql> select * from test.student;​#2.查看所有数据之前,先查看数据量mysql> select count(*) from test.student;​#3.查询指定列mysql> 阅读全文
posted @ 2020-10-26 14:47 行哥 阅读(390) 评论(0) 推荐(0)