List all columns of a table when typing an insert statement
When you type "insert into mytable(", the autocomplete list should contain for example a star character on top, which adds all columns of the given table. So there's no need to select every column separately.
It would also make sense in select statements, when the alias is known.
13
votes
gg
shared this idea
Included into SQL Complete v2.50