Is XX a reserved word ??
To check if a word is a reserved word, just try the below SQL
sel 1 as XX;
If it returns a value 1 then it is not a reserved word.
sel 1 as table;
will return a error 3707.
sel 1 as XX;
If it returns a value 1 then it is not a reserved word.
sel 1 as table;
will return a error 3707.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home