```sql select * from table where timestamp > ? order by timestamp desc```

select * from table where timestamp > ? order by timestamp desc
Was this page helpful?