Skip to main content

max / makenotwork

435 B · 21 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "SELECT COUNT(*) AS \"count!\" FROM communities WHERE suspended_at IS NULL AND state = 'archived'",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "count!",
9 "type_info": "Int8"
10 }
11 ],
12 "parameters": {
13 "Left": []
14 },
15 "nullable": [
16 null
17 ]
18 },
19 "hash": "ddaa0e940e31c458968f9a77fd72fc4f5154ff9b5983e627879aed9a2b8b2a9a"
20 }
21