标签: vb.net
我想使用一条SQL语句从访问的多个表中选择数据,我将如何去做呢?
所以看起来像
Select * From Tbl_Car and Tbl_Customer where CarID = @SearchID and CustomerID = @SearchID