T
tjj
Unregistered / Unconfirmed
GUEST, unregistred user!
多个查询语句如
selece a1 from tba where (条件1) :表达式1
select a1 from tbb where (条件2) :表达式2
select a1 from tbc where (条件3) :表达式3
tba,tbb,tbc是三个表都有a1这个字段,如何将这三个查询结果进行
与和或操作返回一个结果集。例如 1+2*3 的结果
请高手指教,在下感恩不尽
在线等待。
selece a1 from tba where (条件1) :表达式1
select a1 from tbb where (条件2) :表达式2
select a1 from tbc where (条件3) :表达式3
tba,tbb,tbc是三个表都有a1这个字段,如何将这三个查询结果进行
与和或操作返回一个结果集。例如 1+2*3 的结果
请高手指教,在下感恩不尽
在线等待。