Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created October 19, 2024 18:46
Show Gist options
  • Save wullemsb/e8776a94c3e3af01afe233b513bb4e3e to your computer and use it in GitHub Desktop.
Save wullemsb/e8776a94c3e3af01afe233b513bb4e3e to your computer and use it in GitHub Desktop.
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