On Tue, May 17, 2011 at 11:22 AM, Jaime Casanova <[email protected]> wrote:
> in postgres is as easy as
>
> CREATE TABLE test(
>  id SERIAL PRIMARY KEY);
>
> hey! it's even less keystrokes!

I don't understand how this command above is associated with being
able to auto increment the 'id' column. Sorry I'm still learning a
lot...

-- 
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to