I actually don't know the answer to this one...
if, in my script options, I select
Quote Identifier `object name`
should I be able to successfully execute a the following script?
select * from `orders`
I can successfully execute
select * from "orders"
as well as
select * from orders
but not
select * from 'orders'
see attached
|
141 KB
No, each database supports a specific set of quoted identifiers only and its up to the user to choose which, if any, they want Studio to use when Studio generates a script.
Issue #8028 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
No, each database supports a specific set of quoted identifiers only and its up to the user to choose which, if any, they want Studio to use when Studio generates a script.