use mydb; select * from EMP;
select * from DEPT;
select DISTINCT JOB from EMP; -- distinct 去除重复项
select MGR from EMP;
select MGR as 主管编号 from EMP; -- 辅助查询,每列信息 起别名 as
select EMPNO as 员工编号,JOB as 职位,DEPNO as 部…
文章目录1、问题问题一:解压JDK报错:gzip:stdin:not in gzip format。 问题二:在Linux下ping不通外网 问题三:解决虚拟机克隆后网卡eth0不见的问题 问题四:执行脚本报错:syntax error: unexpected end of f…