Skip to content

Instantly share code, notes, and snippets.

@MinaMal
Created February 26, 2020 13:43
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/0adf2f89273d44ac06b72f87fd7fb03d to your computer and use it in GitHub Desktop.
Save MinaMal/0adf2f89273d44ac06b72f87fd7fb03d to your computer and use it in GitHub Desktop.
CREATE TABLE Example
CREATE TABLE t1 (
ID INT 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