Skip to content

Instantly share code, notes, and snippets.

@MinaMal
Created February 26, 2020 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MinaMal/ab8078d1fed618d56a4a538dbbc55e19 to your computer and use it in GitHub Desktop.
Save MinaMal/ab8078d1fed618d56a4a538dbbc55e19 to your computer and use it in GitHub Desktop.
CREATE TABLE Examples
CREATE TABLE t2 (
ID VARCHAR(50) PRIMARY KEY,
Pattern VARCHAR(50) NOT NULL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment