摘要: Group By 在SqlServer中,Group By后面的属性列必须也要出现在Select后面。而Mysql没有此要求 select name,count(1) from users group by id 上述语句在mysql中可以正常执行且能得到正常结果,但SqlServer执行会报错,因 阅读全文
posted @ 2024-07-29 18:47 相遇就是有缘 阅读(16) 评论(0) 推荐(0)