Mysql基础-查询语句使用

mysql基础-查询语句select使用mysql   1.查询不重复记录sql select distinct deptno from emp;函数   2.条件查询优化 select * from where deptno=1;ui select * from where deptno=1 and sal<2000;orm   3.排序和限制排序 1>经常使用取出按照某个字段进行排序后的记录结
相关文章
相关标签/搜索