生成为每个表创建序列所需的SQL(Oracle)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了生成为每个表创建序列所需的SQL(Oracle)相关的知识,希望对你有一定的参考价值。
Generate the SQL necessary to create sequences for every table.NOTE: This doesn’t create sequences. The results need to be copied and run as a script.
SELECT 'create sequence ' || TABLE_NAME || '_seq start with 1 nocache ;' FROM user_tables
以上是关于生成为每个表创建序列所需的SQL(Oracle)的主要内容,如果未能解决你的问题,请参考以下文章
ORACLE SQL Developer 所需的属性主机名不能为空或为空