如何联合使用Union和Order by
摘要:
如果使用类似下面的SQL语句:select columnA, columnB from tableA where columnA = 'Condition 1'union select columnC, columnD from tableB where columnC = 'Condition 1'order by columnA asc 系统会报错:消息 207,级别 16,状态 1,第 4 ... 阅读全文
posted @ 2007-04-10 15:42 明达 阅读(3881) 评论(0) 推荐(0)
浙公网安备 33010602011771号