我有一个表,其中我接受了图像,拒绝的图像,并在单列中更改了图像,动作列具有动作 2 接受的图像,动作 3 - 拒绝的图像,动作 4 - 更改图像。我可以在“接受的图像”上运行,但我也希望为被拒绝的图像设置一个不同的列。但无法做到这一点。我是mysql新手,请帮助我。如何为被拒绝的图像获取不同的列
select message, date(datetime) as dateonly ,count(message)
from customer_1.audit_trail where message in ('Accepted Images')
group by dateonly order by dateonly asc limit 100;
message, dateonly, count(message)
"Accepted Images",2007-08-07, 79
"Accepted Images",2007-08-08,52