创建序列

    技术2022-05-11  131

    create sequence SEQ_PHOTONAME  -- 创建序列 minvalue 1nomaxvaluestart with 1increment by 1

     

     

    DROP SEQUENCE fittings_id; 序列     currVal: 序列當前值     nextVal: 序列的新值  level:???         rowid: 特定的行表識符         rownum: 行序號

     


    最新回复(0)