Get the AE Section name from the Rule ID.
select AE_SECTION
from PS_TL_RULE_DEFN
where TL_RULE_ID = 'XXX'
Get the Rule ID from the AE Section name.
select TL_RULE_ID
from PS_TL_RULE_DEFN
where AE_SECTION = 'XXX'
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment