Posts by Programmer • 9 points
1 post
-
0
votes2
answers784
viewsQ: Select current date comparison with exact date 1 month ago
I made this select that returns me the amount of records in the last 24 hours select count(*) from registros where registry_date >= NOW() - interval '24 hours' I need a select to compare the…