一些联系的简单的MySQL常用命令
mysql> select * from student order by score asc limit 0,1; +-----+-------+-------+ | sid | sname | score | +-----+-------+-------+ | 4 | 路六 | 54 | +-----+-------+-------+
下载地址
用户评论