Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> SQL formater

SQL formater

From: Marc Weinsock <MWeinstock_at_lds.com>
Date: Thu, 18 Nov 1999 21:18:42 GMT
Message-ID: <38346D33.2771748F@lds.com>


does anyone know or have a small utility that will take a sql statement and parses it out to to be readable like SELECTcol1,col2 FROM table1,table2 to
SELECT
    col1,
    col2
FROM
    table1,
    table2.

I had an old win 3.1 util that did this but it does not work in NT.

Thanks.

--



Marc Weinstock
Logical design Solutions

55 Broadway - 21st Floor
New York, New York 10006

Phone: 800.221.5327 x2136
Fax: 212-825-2245
E-Mail: MWeinstock_at_lds.com
Web: http://www.lds.com Received on Thu Nov 18 1999 - 15:18:42 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US