Created
October 19, 2024 18:46
-
-
Save wullemsb/e8776a94c3e3af01afe233b513bb4e3e to your computer and use it in GitHub Desktop.
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 TYPE IntListType AS TABLE ( | |
Value INT NOT NULL PRIMARY KEY | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment