Created
February 26, 2020 13:45
-
-
Save MinaMal/ab8078d1fed618d56a4a538dbbc55e19 to your computer and use it in GitHub Desktop.
CREATE TABLE Examples
This file contains 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
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