Обсуждение: adressing columns

Поиск
Список
Период
Сортировка

adressing columns

От
Stefan Leitich
Дата:
is there any way adressing a column in postgres by number?
or is it only possible by name.
if it is only possible by name, how can you dynamically adress a column
in a record ?

thank you so much for your help!
steffn


Re: adressing columns

От
Tino Wildenhain
Дата:
Hi Stefan,

Stefan Leitich wrote:
> is there any way adressing a column in postgres by number?
> or is it only possible by name.
> if it is only possible by name, how can you dynamically adress a column
> in a record ?

What exactly do you want to do?
e.g. where and when and why do you want to access
query columns?

Regards
Tino