Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I want to execute a query such as:
-> SELECT column('lname') FROM User
which is the same as:
-> SELECT User.lname FROM User
The idea is to retrieve the name of the column from a query
-> SELECT column(SELECT...FROM...WHERE...) FROM User
Someone knows if it's possible ?
Thanks
Vincent
I want to execute a query such as:
-> SELECT column('lname') FROM User
which is the same as:
-> SELECT User.lname FROM User
The idea is to retrieve the name of the column from a query
-> SELECT column(SELECT...FROM...WHERE...) FROM User
Someone knows if it's possible ?
Thanks
Vincent