Comments
1 comment
-
Many thanks for your post.
When you use the 'Auto-Insert' option SQL Prompt provides this same query works fine.
For that make sure you have following option selected: SQL prompt 5 --> options --> Inserted Code --> Objects & Statements --> Insert Full Insert statement.
And after saving the setting above in a new query window type :INSERT INTO foo[tab]
and it will insert code and not qualify it with column names.
Please let me know how you get on with it.
Add comment
Please sign in to leave a comment.
For example, for table 'Foo' with column 'FooID', if I type I get: This is invalid SQL. Instead, the code should looke like: