摘要:
1 select *from 2 (select count(sal) as "工资1000-" from emp where sal 1000 and sal 3000 and sal 4000) ; 6 7 8 select '1000-' as 工资区间,count(sal) as 人数 from emp where sal 1000 and sal 3000... 阅读全文
posted @ 2017-08-22 13:45
loyer
阅读(577)
评论(0)
推荐(0)
浙公网安备 33010602011771号