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?