> OK, so you want to see if a timestamp is greater than now()? Why not
> just compare them?
>
> where a.from_datetime >= now()
No, not the whole timestamp. I dont want to check the time.
So I had to truncate the datetime with:
date_trunc('day', a.from_datetime) >= date_trunc('day', NOW())