C
crodling
Unregistered / Unconfirmed
GUEST, unregistred user!
“select id,allcount=count(*) from (select * from t1 union select * from t2) a where a.score>=80 group by a.id”我在sql查询分析器里面可以运行这句,放到tquery控件的sql属性里面就说我语句有误。请教一下是为什么呢?
t1表结构:
id score
t2表结构也一样
t1表结构:
id score
t2表结构也一样