![]() |
#2
tlliqi2014-12-02 10:33
|
有两个表,表A和表B
select * from A where ... 结果是
column1
column2
column3
B表中
column1 column2 column3 ... 是列名
我想实现类似 select (select * from A where ... ) from B 语句(这个语句只是想法模拟,语法是错的)的效果,应该怎么写??