Skip to content

Instantly share code, notes, and snippets.

@endeepak
Last active August 29, 2015 14:26
Show Gist options
  • Save endeepak/58fd17121835fcde8797 to your computer and use it in GitHub Desktop.
Save endeepak/58fd17121835fcde8797 to your computer and use it in GitHub Desktop.
CREATE DATABASE oracle;
\c oracle;
CREATE TABLE matrix("the 1" varchar);
INSERT INTO matrix VALUES('Neo');
SELECT "the 1" FROM matrix;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment