select ala.alert_name, ala.table_name, acv.subject from ALR_ALERTS ala, ALR_ACTIONS_V acv where ala.alert_id = acv.alert_id and SUBJECT like '%%'
- Sep 25 Tue 2018 15:42
-
(Oracle) ERP 查詢Alert程式
select ala.alert_name, ala.table_name, acv.subject from ALR_ALERTS ala, ALR_ACTIONS_V acv where ala.alert_id = acv.alert_id and SUBJECT like '%%'
請先 登入 以發表留言。