在数据集中填写3个表

时间:2011-05-17 09:03:33

标签: c# sql dataset

我一直在阅读很多相关内容,但我没有遇到任何解决方案。我有一个包含3个表的数据集。如何在数据集中填写这3个表? 是否可以只使用一个具有多个连接的SQL查询?

1 个答案:

答案 0 :(得分:0)

select * from tableA where <condition>

select * from tableB where <condition>

select * from tableC where <condition>

将返回三个表(DataSet)