摘要:
eclipse\configuration\config.ini 文件添加以下内容: 阅读全文
posted @ 2017-09-20 14:09
流易
阅读(250)
评论(0)
推荐(0)
|
摘要:
eclipse\configuration\config.ini 文件添加以下内容: 阅读全文
posted @ 2017-09-20 14:09
流易
阅读(250)
评论(0)
推荐(0)
摘要:
select 'alter table ' || t.table_name || ' disable constraint ' || t.constraint_name || ';' from DBA_CONSTRAINTS t WHERE t.CONSTRAINT_TYPE = 'R' and OWNER = 'SWT_ZCPT' order by t.TABLE_NAME; 阅读全文
posted @ 2017-09-20 14:00
流易
阅读(286)
评论(0)
推荐(0)
|