ike
  • Posts: 4
  • Joined: 5/17/2013
Hi,

Suppose you have a table
tblPerson(Name varchar, Birtdate datetime, City varchar, id int)


When in the editor-window, I have the following sql
select *
from tblPerson

If I where to press tab when the cursor is with the '*'
then the query would be changed to

select name, birthdate, city, id
from tblPerson


see this link for an example with screenshots (it's about another product however)
http://blog.sqlauthority...ent-tool-for-sql-server/ 

Best regards
Ike
Andrei
  • Posts: 398
  • Joined: 7/1/2012
Hi, thank you for proposal.
We have several features in the pipeline, that will address this feature. Stay tuned.
  • You cannot post new topics in this forum.
  • You cannot reply to topics in this forum.
  • You cannot delete your posts in this forum.
  • You cannot edit your posts in this forum.
  • You cannot create polls in this forum.
  • You cannot vote in polls in this forum.