Subject | RE: [firebird-support] Re: view that depends on selectable procedure not found in RDB$DEPENDENCIES |
---|---|
Author | Mentek |
Post date | 2009-09-03T06:51:20Z |
Try this
select * from RDB$DEPENDENCIES
where
RDB$DEPENDENT_NAME starting with 'MORTALIDAD'
and RDB$DEPENDED_ON_TYPE=5
regards, Bogdan
[Non-text portions of this message have been removed]
select * from RDB$DEPENDENCIES
where
RDB$DEPENDENT_NAME starting with 'MORTALIDAD'
and RDB$DEPENDED_ON_TYPE=5
regards, Bogdan
[Non-text portions of this message have been removed]