











select count(*) into nCount from user_tables where table_name = 'TT_DEPARTPERSONRELATION';
sSQL := 'Create global temporary table TT_DepartPersonRelation(
DepartSID varchar2(50),
PersonSID varchar2(50)) on commit delete rows';
execute immediate sSQL;
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。