sql语句中总计相加

select a.班别编号,  a.人数上限,a.人数上限-b.total
from table1 a
left join
(
select 班别,count(班别) total from table2 ) b on b.班别=a.班别编号

posted on 2009-06-19 16:57  欣路历程  阅读(632)  评论(0编辑  收藏  举报

导航