在存储过程中写的脚本
EXECUTE IMMEDIATE \'create table test as
select *
from user_table a
where a.online_flag in (0, 1)
and a.product_id in (\'1000143\', \'1000144\', \'1000145\', \'1000150\',\'1000000\',\'2020486\',\'2021054\')
and a.serv_state
↧