Home > database > Strange questions, can execute the SQL statement in the SQL window, but the storage process error
Strange questions, can execute the SQL statement in the SQL window, but the storage process error
Time:09-25
SQL statements below Insert into tb_customer_info (id, CUSTOMER_NAME, system_customer_no CUSTOMER_TYPE) Select TAX_SEQUENCE NEXTVAL, A.C USTOMER_NAME, A.s ystem_customer_no, 3 the from (select Fund. Sys_code | | 'virtual clients' as CUSTOMER_NAME, 'XN' | | fund. Sys_code as system_customer_no The from tb_output_fund_product fund Where fund. Fundraising_channel='3' And 'XN' | | fund. Sys_code not in (the select cust. System_customer_no from tb_customer_info cust)) a;
An error in the storage process, perform well in the SQL window
CodePudding user response:
Oracle version is 11 g
CodePudding user response:
, as well as the data,,
CodePudding user response:
'XN' | | fund. Sys_code as system_customer_no
The results, there are repeated, it is recommended that check
CodePudding user response:
Print SQL stored procedures, will find that secret