SET QUOTED_IDENTIFIER ON:
When the set quoted identifier is on that means you can use a query like:
select * from "table name with space" this is important if you do not want to use the bracketed identifiers which is select * from [table name with space]
Subscribe to:
Post Comments (Atom)

No comments:
Post a Comment