sqlor wraps every sqlExe with row_number() over(order by acc_date desc). Aggregate queries without acc_date in SELECT fail with: Unknown column 'acc_date' in 'ORDER BY' Fix: add min(acc_date) as acc_date to satisfy sqlor wrapper.
accounting
Description
Languages
Python
99%
Shell
1%