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 阅读(202) 评论(0) 推荐(0) 编辑