Skip to content

Instantly share code, notes, and snippets.

@igeligel
Created June 16, 2019 14:33
Show Gist options
  • Save igeligel/0d4a4c3a7638c4189852ae15ab6f0527 to your computer and use it in GitHub Desktop.
Save igeligel/0d4a4c3a7638c4189852ae15ab6f0527 to your computer and use it in GitHub Desktop.
SELECT * FROM vehicles
WHERE name = ANY (ARRAY['Airbus A333-300', 'Airbus A380-800']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment