Recent content by DISCADMIN

  1. D

    Using Beautifier with Column Alias

    I type in select t.attribute4 press the tab button type in my alias and add a comma then press the enter key and start the next line.
  2. D

    Using Beautifier with Column Alias

    I've done this and they do not align correctly. I use the tab as follows: SELECT T.ATTRIBUTE4ITEM_4, T.ATTRIBUTE5ITEM_5, T.CUSTOMER_ADDRESSADDRESS FROM SOME_TABLE
  3. D

    Using Beautifier with Column Alias

    Actually like this: T.ATTRIBUTE4.................ITEM_4, T.ATTRIBUTE5.................ITEM_5, T.CUSTOMER_ADDRESS.....ADDRESS
  4. D

    Using Beautifier with Column Alias

    Sorry about that. After formatting, I would want to look something like this (where . is replaced with a space). So no matter how long the item is, the alias is always aligned. T.ATTRIBUTE4.................ITEM_4, T.ATTRIBUTE5.................ITEM_5, T.CUSTOMER_ADDRESS...........ADDRESS
  5. D

    Using Beautifier with Column Alias

    I am currently using version 5.1.4.730. When I use the beautifier option on my SQL, any column alias I have defined end up right next to the column again. I need my sql to be pretty so if I can go from this: T.ATTRIBUTE4 ITEM_4, T.ATTRIBUTE5 ITEM_5, to this: T.ATTRIBUTE4 ITEM_4...
Back
Top