摘要:
ORA-02303: cannot drop or replace a type with type or table dependents,即无法使用类型或表的相关性来删除或取代一个类型 在修改一个Type的时候,提示了这个信息 ORA-02303: cannot drop or replace 阅读全文
摘要:
## Oracle 在PL/SQL将字符串分割输出 示例如下: ``` declare begin for maina in (select tt.line ll from (select regexp_substr('a,b,c,d', '[^,]+',1,level) line from dua 阅读全文