sql语句中总计相加
摘要:
select a.班别编号, a.人数上限,a.人数上限-b.total from table1 aleft join (select 班别,count(班别) total from table2 ) b on b.班别=a.班别编号 阅读全文
posted @ 2009-06-19 16:57 欣路历程 阅读(632) 评论(0) 推荐(0) 编辑
posted @ 2009-06-19 16:57 欣路历程 阅读(632) 评论(0) 推荐(0) 编辑
posted @ 2009-06-19 16:55 欣路历程 阅读(564) 评论(0) 推荐(0) 编辑
posted @ 2009-06-19 16:54 欣路历程 阅读(2605) 评论(2) 推荐(0) 编辑