Sybase PowerDesigner Version 16.0.0.3514
Current DBMS mysql 5.0
Generate SQL
In fact, I want to add backquote around the field name
, like this
How to configure it?
Sybase PowerDesigner Version 16.0.0.3514
Current DBMS mysql 5.0
Generate SQL
In fact, I want to add backquote around the field name
, like this
How to configure it?
Assuming the reason to add quotes is to preserve case-sensitivity (not sure whether MySQL supports it)...
CaseSensitivityUsingQuote
under Script > Sql > Format
(Add
items...
in the contextual menu on Format),