Skip to content

Instantly share code, notes, and snippets.

@olivier-spinelli
Last active December 17, 2015 08:08
Show Gist options
  • Save olivier-spinelli/5577679 to your computer and use it in GitHub Desktop.
Save olivier-spinelli/5577679 to your computer and use it in GitHub Desktop.
These are NOT reserved keywords...
-- max, output, readonly are NOT reserved keywords.
-- Type names are not reserved: following column names are legal.
create table tTestLMax( max int, output int, readonly int, int int, datetime int );
select max, output, readonly, int, datetime from tTestLMax;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment