Does toad have a feature to check datatypes from a big query with lots of joins?
You can put your query in the editor and then do a CTRL+F9.
Toad will send the query to Oracle to parse it (but not run it), then show the datatypes in a popup.
That worked perfect :). Thank you.
1 Like