[EMAIL PROTECTED] (Vinay Jain) wrote in
news:[EMAIL PROTECTED]:
> Hi..
> I am newbe in postgresql so please help me though the question may be
> very easy to answer..
> Is there any formatting function to get output with fix lengths..for
> example my query is..
> schema is:
>
> Student
> (name V
Title: RE: [GENERAL] Formatting Function..
You could always use SUBSTR(Name,x,y) AS xxx to control the size of the output and the heading.
Duane
-Original Message-
From: Vinay Jain [mailto:[EMAIL PROTECTED]]
Sent: Sunday, July 04, 2004 10:20 PM
To: [EMAIL PROTECTED]
Subject