C#操作access数据表 sql语句怎么写 多表查询

2025-03-13 00:43:32
推荐回答(1个)
回答1:

sql = "select a.*,b.*,c.* from [Model] a,[Colorbin] b,[Fluxbin] c where a.Model = b.Model_name and a.Model = c.Model_name and a.Model = '" + code + "'";