Skip to content

Instantly share code, notes, and snippets.

@rectalogic
Created January 26, 2017 16:28
Show Gist options
  • Save rectalogic/165eaffb1eed5a4c47d0b1c57b8f321a to your computer and use it in GitHub Desktop.
Save rectalogic/165eaffb1eed5a4c47d0b1c57b8f321a to your computer and use it in GitHub Desktop.
cureatr_mongodb=> select not '{"tags": ["foo"]}'::jsonb <@ '{"tags": []}';
?column?
----------
t
(1 row)
cureatr_mongodb=> select not '{"tags": []}'::jsonb <@ '{"tags": []}';
?column?
----------
f
(1 row)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment