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 format question

sql format question

From: Mark Gifford <mgiff2002_at_hotmail.com>
Date: 24 Mar 2002 16:16:15 -0800
Message-ID: <ba3acda6.0203241616.720a1cc3@posting.google.com>


Hi,

I'm a bit new to Oracle and SQL and I'm not even sure if this is really the right forum to be posting on but anyway...

I have a form on an HTML page that calls a perl script and this connects to a db and through SQL (oracle 8.0) and retrieves some data from a table. This then gets published on the HTML page. The perl script that I got seems to retrieve each row of the table one at a time with one space in between each field. By the end of the row the columns are all over the place. Is there some way of formatting the table so that the columns line up nicely? Maybe some SQL which would, each time the script connects to the db, format the columns. Anyway, thanks in advance for your time

Mark Received on Sun Mar 24 2002 - 18:16:15 CST

Original text of this message

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