프로그래밍/리서치결과
sqlite Primary Key autoincrement
감자1호
2013. 2. 26. 10:24
CREATE TABLE Result(Num integer not null primary key autoincrement, Memo text not null);