If I execute a very complex SQL query in Toad for Oracle 12.1.0.22 via the SQL Editor and the statements returns several columns from different tables which have the same name (e.g. ID) in the datagrid the Column Headers are renamed to ID_1, ID_2 and so on. However, if I want to figure out later to which table the column belongs this can get quite tricky, especially if I don’t restrict the columns to be returned but use the * wildcard.
Is there a way to easily identify what is the source table for a column in the datagrid?