For the record, I did find a way to do with another application.. mathematica makes it fairly trivial:
Say a query such as: data = SQLSelect[someconnection,"sometable"] Printing it: TableForm[data] Then simply: Transpose[TableForm[data]]
For the record, I did find a way to do with another application.. mathematica makes it fairly trivial:
Say a query such as: data = SQLSelect[someconnection,"sometable"] Printing it: TableForm[data] Then simply: Transpose[TableForm[data]]