본문 바로가기

프로그래밍/리서치결과

sqlite Primary Key autoincrement

CREATE TABLE Result(Num integer not null primary key autoincrement, Memo text not null);