Lower-case all columns and tables in queries?

webrunnerwebrunner Posts: 28 Bronze 1
edited May 7, 2013 8:27AM in SQL Prompt Previous Versions
Hello,

Is there any option in SQL Prompt 5 to format SELECT and other queries so that the column and table names are all lowercase?

For example, an option that would turn this code:
SELECT MyColumn, YOURCOLUMN
FROM OurTable

into this code:
SELECT mycolumn, yourcolumn
FROM ourtable

Thanks in advance for any help.

- webrunner

Comments

  • Anu DAnu D Posts: 876 Silver 3
    Many thanks for your post and we appreciate the requirement specified by you.

    Unfortunately this isn't possible in SQL Prompt at the moment.

    Please feel free to add your vote or if there is one already kindly vote for it here.

    And then the project manager can directly decide what category this requirement comes under?
    Anuradha Deshpande
    Product Support
    Redgate Software Ltd.
    E-mail: support@red-gate.com
Sign In or Register to comment.