Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在不使用序列和触发器的情况下,Oracle 中的字段是否有任何自动增量属性?我正在使用TOAD编辑器创建 oracle 数据库表,我想添加具有自动增量功能的列,那么字段是否有任何自动增量属性?无需创建序列并为表添加触发器。
没有。序列就是为此而创建的。