Feature request: Column picker & expand wildcard

bdillbdill Posts: 42 Bronze 2
edited October 23, 2007 4:50PM in SQL Prompt Previous Versions
Feature request:
For "Expand wildcard" and "column picker", have an option for formatting of the output with the comma before the column.
SELECT ,EmpID
       ,FirstName
       ,LastName FROM Table

Also on the column picker, have an option for the list to be in the order as defined by the table. It is currently sorted alphabetically by column name.
Thanks.
Sign In or Register to comment.