What I mean is, if I have a table called TABLE_TEST, and I have three fields, say first_name, last_name,and phone.
Can I do something like select field(3) from table_test where last_name = "Smith", and expect to retrieve the phone number? I believe I have seen this in Oracle or somewhere.
Alternatively, is there a way to retrieve the table definition from somewhere?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.