截断具有外键约束的表

截断具有外键约束的表

本文介绍了Oracle的规范还是SQL的? :截断具有外键约束的表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想看到有关具有外键约束的截断表"的规范,如下所示.有人知道它的定义位置吗?

I want to see a specification about "Truncate table with foreign key constraints" like below. Does anyone know where it is defined ?

推荐答案

您的意思是 Oracle的truncate文档?

You mean the fourth bullet in the restrictions on truncating tables section of the Oracle's truncate documentation?

这篇关于Oracle的规范还是SQL的? :截断具有外键约束的表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-21 03:53