一些联系的简单的MySQL常用命令

时间:2017-12-14 17:19:10
【文件属性】:

文件名称:一些联系的简单的MySQL常用命令

文件大小:3KB

文件格式:TXT

更新时间:2017-12-14 17:19:10

MySQL select

mysql> select * from student order by score asc limit 0,1; +-----+-------+-------+ | sid | sname | score | +-----+-------+-------+ | 4 | 路六 | 54 | +-----+-------+-------+


网友评论