Is it possible with a single SQL Statement to know the names of all the tables having column "MemberID" and check the existence of "MemberId - 2365NRM" is all the scanned tables.
This is not possible with single statement, but you may write quite simple pl/sql procedure looping throu the list of those tables (query from USER_TAB_COLUMNS) and making dynamic requests (using REF CURSOR or EXECUTE IMMEDIATE).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.