Formatting Function..

Поиск
Список
Период
Сортировка
От Vinay Jain
Тема Formatting Function..
Дата
Msg-id c729bfe0040704221910989de8@mail.gmail.com
обсуждение исходный текст
Ответы Re: Formatting Function..  (mike g <mike@thegodshalls.com>)
Re: Formatting Function..  (Franco Bruno Borghesi <franco@akyasociados.com.ar>)
Список pgsql-general
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 Varchar,
age integer);

select name, age from student;
the output is like this..
Name                                      | Age
xyz                                          | 22

I want this length of name to be of my choice...is it possible..& how..

thanks in advance
Regards
Vinay


--
Vinay Jain
Dissertation Project Trainee
DAKE Division
C-DAC Mumbai

В списке pgsql-general по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: My trip to Germany and Armenia
Следующее
От: mike g
Дата:
Сообщение: Re: Formatting Function..