```sql SELECT * FROM pg_stat_activity WHERE state='active' ORDER BY query_start ``` #db #postgresql