adressing columns

Started by Stefan Leitichover 22 years ago2 messagesgeneral
Jump to latest
#1Stefan Leitich
steffn@gmx.at

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

#2Tino Wildenhain
tino@wildenhain.de
In reply to: Stefan Leitich (#1)
Re: adressing columns

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