I really need help to convert to_days from mysql to postgresql as below: TO_DAYS(now()) - TO_DAYS(timecheck) <=7 how can i do it in postgresql?
(timecheck - interval '7 days') <= current_timestamp Chris
I really need help to convert to_days from mysql to postgresql as below: TO_DAYS(now()) - TO_DAYS(timecheck) <=7 how can i do it in postgresql?
(timecheck - interval '7 days') <= current_timestamp Chris