[GENERAL] in query variables....

2008-07-17 Thread Rhys A.D. Stewart
Hi all, this is from the is there a way file. Is there a way to get the name of the relation or relations in a query from within the query? Like some kind of magic variable...? for example : select *, some_magic_variable from thistable where some_magic_variable would be replaced by

Re: [GENERAL] in query variables....

2008-07-17 Thread Ismael ....
Hi all, this is from the is there a way file. Is there a way to get the name of the relation or relations in a query from within the query? Like some kind of magic variable...? for example : select *, from thistable where would be replaced by thistable. Rhys

Re: [GENERAL] in query variables....

2008-07-17 Thread Alvaro Herrera
Rhys A.D. Stewart escribió: Is there a way to get the name of the relation or relations in a query from within the query? Like some kind of magic variable...? for example : select *, some_magic_variable from thistable where some_magic_variable would be replaced by thistable.