Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 225 Bytes

PostgreSQL - SQL.md

File metadata and controls

11 lines (8 loc) · 225 Bytes

JSON field is empty:

SELECT id, delivery FROM service_requests WHERE delivery::text <> '{}';

JSON subfield is NULL:

SELECT id, extra FROM contents WHERE (extra->>'schedule_time_block') IS NULL LIMIT 5