Options

Data Statement Option

mdullni1mdullni1 Posts: 27 Bronze 3
edited October 28, 2009 12:22PM in SQL Prompt Previous Versions
I really like the concept of styles, but I can't use the feature because it automatically puts the join keyword on the next line. Can you add an option to keep the join keywords on the same line such as:

select *
from tblA a inner join
tblB b on a.PK = b.PK inner join
tblC c on c.PK = b.FK

All of our code follows this structure. I want to create a custom style like this.

Thanks,
Peg

Comments

  • Options
    Anu DAnu D Posts: 876 Silver 3
    Many thanks for your post.

    I have logged this as a feature request (SP-2852) in our internal tracking system.

    So that this can be viewed by our development team and decide whether it can be a candidate for future release.

    I will keep you updated on this.

    Mean while kindly let us know if you have any issues or questions regarding the product,I'll like to help.
    Anuradha Deshpande
    Product Support
    Redgate Software Ltd.
    E-mail: support@red-gate.com
Sign In or Register to comment.