我想从查询和子查询中获取所有选择的项。
根据这个链接,我可以从主查询中获得选择项。对于像-"SELECT * FROM CUSTOMERS WHERE ID IN (SELECT ID FROM CUSTOMERS WHERE SALARY > 4500)这样的子查询,我必须导航到selectbody此外,还可以有更多的嵌套选择。对于子</
where ac.accountno = ci.accountno from tstudent a, tgroup b
where a.id = b.id 以及如何从select ci.cardno from taccount ac,tcardinfo ci where ac.accountno = ci.accountno)或任何其他方式选择多个字段 请注意,不是两个查询(主查询和子查询)中的关系。子<