Hi guys could you please help me with this. I know it is silly but can't find unswer anywhere:
I have a query that shows events from the today time_stamp but I want to include today as well. How do I add this to this query?
...
WHERE events.event_date > current_timestamp
ORDER BY convert (event_date, date) ASC
As it is formed it doesn't show the event of the day. Hope I made it clear. Please help me many thanks. F