|
Archives of the TeradataForumMessage Posted: Fri, 18 Feb 2005 @ 13:24:30 GMT
this should give you all the views which contain the table_in_question in their ddl: Select trim(databasename) || '.' || trim(tablename) From dbc.tables Where requesttext like '%database.table_in_question%' and tabekind='v';
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||