select * from ( select corporation_staff_id, sum(commission_money) from corporation_staff_salaries where corporation_id = 2 and year(date) = '2020' and month(date) = '2' and deleted_at is null group by corporation_staff_id ) AS sum_data;
Q&A
退会済みユーザー
総合スコア0
投稿2020/05/08 03:04
select * from ( select corporation_staff_id, sum(commission_money) from corporation_staff_salaries where corporation_id = 2 and year(date) = '2020' and month(date) = '2' and deleted_at is null group by corporation_staff_id ) AS sum_data;
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。