-
Bug
-
Resolution: Done
-
Major
-
7.1.1
-
None
-
Documentation (Ref Guide, User Guide, etc.)
When entering dynamic sql in designer, the resulting string form omits the string keyword. However the resulting form will not parse is a non-literal dynamic sql string is used. We should use a string from that has IMMEDIATE.
Also the docs should be updated to show EXECUTE IMMEDIATE examples and to change UVAR to DVAR.