Posts
Sort by recent activity
Column list in INSERT statement
Can SQL Prompt build the column list for me after I type:
"INSERT INTO MyTable ("
???
If it can, I haven't found how to do it. If it can't, consider that a feature request!
-Jamie
Alias doesn't seem to work for DELETEs
Hi,
When I type the period at the end of this code snippet
"SELECT * FROM mytable t WHERE t."
then I am presented with the candidate list showing all columns in mytable. All good.
When I type:
"DEL...
UPDATE...SET...FROM
I've looked within the options panel for a way of exporting snippets but I can't find a way. So I might as well just post it up here in freetext:
Snippet: usf
Description: UPDATE...SET...FROM
Categ...