123
select * from 綜合 where CarNO in (select CarNO from 總表)select * from 上海 where CarNO in (select CarNO from 總表)
select * from 一汽 where CarNO in (select CarNO from 總表)
select 連鎖.*,總表.ZBStoreName from 連鎖,總表 where 連鎖.CarNO =總表.CarNO and 連鎖.ClintName=總表.ClintName order by 連鎖.LSStoreName,總表.ZBStoreName
select * from 維修 where CarNO in (select CarNO from 總表)
posted on 2008-01-07 12:04 sooxin 閱讀(142) 評論(0) 編輯 收藏 所屬分類: SQL