Is it possible to get the fields of a table without executing a query first. You need a statement handle to use
but what if I don't want to execute a query and just want the field names. Should I execute a
or a trivial select as my query or is there a function I can call to get the fields in a table without any data?