Ahh. You need to query the cadname field instead of name field in epmdocumentmaster ie:
select count(*) from
epmdocumentmaster edm,
epmdocument ed
where
edm.cadname like '%.asm' and
edm.ida2a2 = ed.ida3masterreference
Ahh. You need to query the cadname field instead of name field in epmdocumentmaster ie:
select count(*) from
epmdocumentmaster edm,
epmdocument ed
where
edm.cadname like '%.asm' and
edm.ida2a2 = ed.ida3masterreference