mysql関数を使用して同じことを実現できます。次のクエリで目的の出力が得られることを願っています。
select *
from orders
where status='Q' AND
date_format(from_unixtime(date),'%Y-%m-%d') = current_date;
mysql関数を使用して同じことを実現できます。次のクエリで目的の出力が得られることを願っています。
select *
from orders
where status='Q' AND
date_format(from_unixtime(date),'%Y-%m-%d') = current_date;