What will be the out of below SELECT statements:
SELECT 1.Columns
SELECT 1.ColumnName
SELECT (1.)ColumnName
SELECT '1.'ColumnName
SELECT 1.#ColumnName
SELECT $1.ColumnName
SELECT 1.[ a%^& .ColumnName]
Has anyone seen this behavior?
Do you have any idea what's happening?
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.