Have column selector available on insert statements
I noticed as a new user that when I type in INSERT INTO [table_name] ( column1, etc) that the column selector option is grayed out. When building insert statements that use a select to provide the data being inserted I have to manually select each column. Could you enable column picker in an insert statement?
5
votes
sheldonhull
shared this idea
-
Anonymous commented
I too find this annoying. Dan's workaround is fine but shouldn't be needed. Let's get this one to the top of the vote list!
-
Dan Plaskon commented
Yes please...currently I have to restort to writing a select statement and using the column picker - I then copy and paste this into my insert statement....so annoying!