Created
June 16, 2019 14:33
-
-
Save igeligel/0d4a4c3a7638c4189852ae15ab6f0527 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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