在 Pl SQL 中,我通过选择其他表但没有得到结果来创建表。给我一些想法来解决这个问题。我的部分代码。
sqlstring :=q'[ create table sbs pll 8 nologging as
select /*+parallel(e,8)*/
e.* from event_t e
where
pid_id0 >= to_char(pin23.pin_convert.unix_to_rt_pid (pin23.pin_convert.string_to_unix_ts((trunc(sysdate)),'dd/mm/yy')))
and poid_type in ('/event/billing/payment/voucher') ]' ;