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