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
posted @ 2023-01-05 09:25
posted @ 2022-04-28 11:03