Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

OracleID自增序列不能支持。 #538

Open
@ahlzhang

Description

@ahlzhang

oracle的ID自增需要使用序列来实现。
序列是由用户在oracle里设置的。
比如:
表名a 字段id, name
设置id的序列名为a_id。
insert语句:
insert into a (id,name) values (a_id.nextval,"张三")

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions