On Sun, 6 Feb 2005 01:17:45 -0500, Randall Randall
<[EMAIL PROTECTED]> wrote:
> 
> Okay, I know there's something obvious I must be
> missing:
> 
> sqlite> create table package (rowid integer primary key autoincrement,
> name text);
> SQL error: near "autoincrement": syntax error
> 
> What am I doing wrong, here?

Possibly you aren't using a version of SQLite that supports
AUTOINCREMENT? I thought it was just introduced in 3.1.

Reply via email to