摘要:
1 using System; 2 using System.Data; 3 using System.Collections.Generic; 4 using System.Configuration; 5 using System.Data.OracleClient; 6 using System.Text; 7 using System.IO; 8 9... 阅读全文
摘要:
报错:不是GROUP BY 表达式 实例:select sum(hwjz),rq from JcChargeInfo where 1=1 group by rq order by jcchargecode desc 原因: 1、GROUP BY 和 ORDER BY一起使用时,ORDER BY要在G 阅读全文