随笔分类 -  SQL 丶ACCESS

SQL Access group by 使用注意事项
摘要:SQL Access group by 使用注意事项 在MS SQL 中正常的语句: select Field1,sum(Field2) as Field2n from Tables where group by Field1 order by Field2 desc 在Access中会报错: 主要 阅读全文

posted @ 2023-01-05 09:25 滔Roy 阅读(222) 评论(0) 推荐(0) 编辑

SQL Access JOIN 多表连接使用注意
摘要:SQL Access JOIN 多表连接使用注意 1、内连接 1.1 join连接 ((可以引用别名)) select a.id,b.name,c.name from table1 a join table2 b ON a.id=s.id join table3 c on a.id=c.id 1.2 阅读全文

posted @ 2022-04-28 11:03 滔Roy 阅读(1258) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示