MySQL学习笔记7:基本查询

参考表:studentmysql   多字段查询 mysql> select id,name,birth from student;   全部字段查询 mysql> select * from student;   where指定查询 mysql> select * from student where id=901; mysql> select * from student where id>=
相关文章
相关标签/搜索