Article ID: 2873
Last updated: 22 Aug, 2012
Title: CA ERwin DM: query to return Table name, UDP name, and UDP values.
Description:
Query to return Table name, UDP name, and UDP values.
Solution:
select O.Name as "Table Name",
PT.Name as "UDP name",
tag_UDP_values_list as"UDP values"
from Entity O, Property_type PT
where PT.tag_is_locally_defined = 'T'
Comments
1 comment
Which would be an option in ERwin r9? Specify in ERwin 9.601?
Thank you!
:)
Please sign in to leave a comment.