mysql sequence 生成 & 遇到的问题

drop table if EXISTS test01; create table test01 (seq_id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, `index` INT UNSIGNED NOT NULL); drop table if EXISTS new_test01; create table new_test01 (`index
相关文章
相关标签/搜索