当前位置: 首页 > news >正文

网站开发摘要wordpress登录才能查看

网站开发摘要,wordpress登录才能查看,新乡营销网站建设公司哪家好,网站程序开发的基本步骤where、from、exists子查询、分页查询 1 where子查询1.1 where后面的标量子查询1.1.1 having后的标量子查询 1.2 where后面的列子查询1.3 where后面的行子查询#xff08;了解即可#xff09; 2 from子查询3 exists子查询#xff08;相关子查询#xff09;4 分页查询5 联合… where、from、exists子查询、分页查询 1 where子查询1.1 where后面的标量子查询1.1.1 having后的标量子查询 1.2 where后面的列子查询1.3 where后面的行子查询了解即可 2 from子查询3 exists子查询相关子查询4 分页查询5 联合查询6 练习 1 where子查询 1.1 where后面的标量子查询 1.谁的工资比Abel高 select * from employees where salary (select salaryfrom employeeswhere last_name Abel );2.返回job_id与141号员工相同salary比143号员工多的员工姓名job_id 和工资 select last_name,job_id,salary from employees where job_id (select job_idfrom employeeswhere employee_id 141 ) and salary (select salaryfrom employeeswhere employee_id 143 );3.返回公司工资最少的员工的last_name,job_id和salary select last_name,job_id,salary from employees where salary (select min(salary)from employees );1.1.1 having后的标量子查询 查询最低工资大于50号部门最低工资的部门id和其最低工资 可以拆分去考虑 1.查询50号部门最低工资 select min(salary) from employees where department_id 50;2.查询每个部门的最低工资 select department_id,min(salary) from employees group by department_id;3.合并 select department_id,min(salary) from employees group by department_id having min(salary) (select min(salary)from employeeswhere department_id 50 );1.2 where后面的列子查询 单列多行 IN/NOT IN 任意一个 ANY/SOME 某一个 ALL 所有 IN 等于 ANY 1.返回location_id是1400或1700的部门中的所有员工姓名 select last_name from employees where department_id in (select distinct department_idfrom departmentswhere location_id in (1400,1700) );2.返回其它工种中比job_id为’IT_PROG’工种任一工资低的员工的,工号、姓名、job_id 以及salary select employee_id,last_name,job_id,salary from employees where salary any (select salaryfrom employeeswhere job_id IT_PROG ) and job_id IT_PROG;1.3 where后面的行子查询了解即可 一行多列或者多行多列 查询员工编号最小并且工资最高的员工信息 select * from employees where (employee_id,salary) (select min(employee_id),max(salary)from employees );2 from子查询 查询每个部门的平均工资的工资等级 select avg_dep.department_id,avg_dep.avg,g.grade_level from job_grades g inner join (select department_id,avg(salary) as avgfrom employeesgroup by department_id )as avg_dep on avg_dep.avg between g.lowest_sal and g.highest_sal;3 exists子查询相关子查询 只关心有没有这个值 查询有员工的部门名 select department_name from departments d where exists(select *from employees ewhere d.department_id e.department_id );4 分页查询 limit offset,size offset 要显示条目的索引 1.查询前五条的员工信息 select * from employees limit 0,5; #起始索引是0一共显示5条2.查询第11条~第25条的员工信息 select * from employees limit 10,15;3.有奖金的员工信息并且工资较高的前10名显示出来 select * from employees where commission_pct is not null order by salary desc limit 10;5 联合查询 查询中国用户中男性的信息以及外国用户中年男性的用户信息 select * from t_ca where csex男 union select * from t_ua where tGender male;联合查询的特点 1.要求多条查询语句的查询列数是一致的 2.要求多条查询语句查询的每一列的类型和顺序最好一致 3.union会去重 不想去重的话可以使用union all关键字 6 练习 1.查询和zlotkey相同部门的员工姓名和工资 select last_name,salary from employees where department_id (select department_idfrom employeeswhere last_name Zlotkey );2查询工资比公司平均工资高的员工的员工号姓名和工资。 select employee_id,last_name,salary from employees where salary (select avg(salary)from employees );3查询各部门中工资比本部门平均工资高的员工的员工号姓名和工资 select employee_id,last_name,salary from employees e inner join (select department_id,avg(salary) as agfrom employeesgroup by department_id ) avg_dep on avg_dep.department_id e.department_id where salary avg_dep.ag;4.查询管理者是king的员工姓名和工资 select last_name,salary from employees where manager_id in(select employee_idfrom employeeswhere last_name K_ing );5.查询工资最高的员工的姓名要求first_name和iast_name显示为一列列名为 姓.名 select concat(first_name,last_name) as 姓.名 from employees where salary (select max(salary)from employees );
http://www.dnsts.com.cn/news/236412.html

相关文章:

  • 网站没续费会怎样广州建网站公司
  • 沧浪企业建设网站公司智慧建设网站
  • 珠海网站建设贵公司jsp 数据库做网站
  • 邯郸网站制那个网站可以做双色球号码对比的
  • 网站开发实战演练wordpress初音主题
  • 清晰化网站python语言程序设计基础
  • 网站建设 微信开发网站订票策划方案
  • 东莞城乡建设网站网站开发毕业指导手册
  • 合肥建站费用商城源码哪家公司好
  • 公司网站制作一般多少钱杭州企业管理咨询有限公司
  • pc门户网站是什么意思柳州企业网站开发公司
  • 如何做网站监控产品质量推广营销语
  • 什么网站可以做外贸网站建设和制作怎么赚钱
  • 兰州建设厅网站网站开发工程师asp考试
  • 青岛网站设计选哪家郑州做网站那
  • 网站建设公司哪家好智搜宝wordpress问题插件
  • 文成网站建设logo设计在线生成免费影子
  • 通州顺德网站建设用wordpress写网页
  • 北仑建设局网站无锡 网站 seo 优化
  • 如何设立网站山东最新资讯
  • 济南住房和城乡建设部网站wordpress seo
  • 广州网站建设与网页设计律师手机网站模板
  • 东莞高端网站建设费周村网站制作哪家好
  • 门户网站运营网站的建设方案怎么写
  • 可以看女人不易做网站制作app软件的公司
  • 外贸建站效果河南5G网站基站建设信息
  • 自贡网站制作公司做网站的logo
  • 网站架设方式做营销网站建设
  • 情人节网站源码下载wordpress close
  • 天天联盟没网站怎么做ui设计需要哪些技术