Re: Reading a table without knowing column names

2003-09-24 Thread Paul DuBois
At 19:33 +0200 9/24/03, Philippe MAIRE wrote: Hi I would like to execute a select on a table for which i don't know the column names. IE I would like a command like select column(1) from table where ... Sure, if I ask, it is because I cannot use the desc command. You can use SELECT but you cannot u

Re: Reading a table without knowing column names

2003-09-24 Thread Director General: NEFACOMP
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 24, 2003 19:33 Subject: Reading a table without knowing column names > Hi > I would like to execute a select on a table for which i don't know the > column names. > IE I would like a command like > sele

Reading a table without knowing column names

2003-09-24 Thread Philippe MAIRE
Hi I would like to execute a select on a table for which i don't know the column names. IE I would like a command like select column(1) from table where ... Sure, if I ask, it is because I cannot use the desc command. I have another solution which causes again a problem : if I could execute a fun