Can I get data types of each column I selected instead of the values, using a select statement?
FOR EXAMPLE:
SELECT a.name, a.surname, b.ordernum FR
I came into the same situation. As a workaround, I just created a view (If you have privileges) and described it and dropped it later. :)
view