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

2025年03月13日 00:43
有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 + "'";