On Sat, Oct 22, 2005 at 12:19:04PM -0700, Mario Gutierrez wrote:

> CRETE TABLE my_table (
>  id INTEGER PRIMARY KEY,
>  ...
> )
> 
> This would meet your criteria, but 'id' is not an autoincremented column.

Sorry, I don't get it.  Why is it not?  Also, why would one do that?  If I
wanted an non-autoincremented primary key field I'd use INT PRIMARY KEY.

Dave Cook

Reply via email to