Skip to content

Instantly share code, notes, and snippets.

@charanhu
Created February 26, 2022 07:00
Show Gist options
  • Save charanhu/8bbb85c56732183c91b2da19ee6a692e to your computer and use it in GitHub Desktop.
Save charanhu/8bbb85c56732183c91b2da19ee6a692e to your computer and use it in GitHub Desktop.
INSERT INTO CONSTRAINT_DEMO2 VALUES
(1,'AAA',22,'BBB'),
(2,'BBB',23,'CCC'),
(3,'CCC',24,'DDD'),
(4,'DDD',22,'AAA');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment