sylar815
05/16/2022, 5:14 PMburggraf
05/16/2022, 5:32 PMselect sum(valuein) as my_sum from table where BranchCode = 'RS032' and datetime between '2022-04-01' and '2022-04-15';
sylar815
05/17/2022, 5:25 AMsylar815
05/17/2022, 5:25 AMselect branchcode, sum(valuein) as my_sum from daily where datetime between '2022-03-01' and '2022-03-07' group by branchcode ORDER BY "branchcode" ASC
sylar815
05/17/2022, 5:25 AMburggraf
05/17/2022, 12:57 PM