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
相關文章
相關標籤/搜索