Here's the SQL query to get records from last 24 hours in PostgreSQL. postgres-# select * from sales where order_date > now() - interval '24 ...
確定! 回上一頁