Hi Oracle experts,
I have a table called, say, OtherTables which stores IDs of other tables and their respective table names.
OtherTables(ID, tableID, tableName)
ID is the key of the OtherTables table.
I want to select from a table whose tableID is stored in the OtherTables table. I have the ID of the OtherTables row that contains this table that I want to select from.
I hope this is possible and that someone would be able to help get a solution in one query.
Thanks in advance.