Quantcast
Channel: Toad for Oracle Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4385

Alias on new line, how do I get it on the same line in the formatter options?

$
0
0

I'm using 12.12.0.39 Toad for Oracle.

using the formatter it puts pseudo names on a new line.

For example.

SELECT 2
           SQL_CODE,
       SOLDCUST.NAME
           CONTRACT_CUSTOMER_NAME,
       FROMCUST.NAME
           BA_ASSGN_TO_CUSTOMER_NAME,
       FROMCUST.LOCATION_CODE
           BA_ASSGN_SHIPTO_LOCATION,

I want this to look like this

SELECT 2                                                            SQL_CODE,
              SOLDCUST.NAME                                CONTRACT_CUSTOMER_NAME,
              FROMCUST.NAME                               BA_ASSGN_TO_CUSTOMER_NAME,
              FROMCUST.LOCATION_CODE           BA_ASSGN_SHIPTO_LOCATION,

I can not find the settings in the formatter options to set this.

Thanks


Viewing all articles
Browse latest Browse all 4385

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>