mysql查询语句 和 多表关联查询 以及 子查询

1.查询一张表:     select * from 表名;数据库   2.查询指定字段:select 字段1,字段2,字段3....from 表名;函数   3.where条件查询:select 字段1,字段2,字段3 frome 表名 where 条件表达式;blog 例:select * from t_studect where id=1;排序        select * from t_
相关文章
相关标签/搜索