Re: [ADMIN] how to create field auto increas value

2007-03-19 Thread Joshua D. Drake
gunartha.nyoman wrote: > Dear All, > > I am trying to create table which have one field auto increas value like > autonumber in ms access. > My question is how to create this auto increas field. create table foo (id serial); also see currval(), nextval() Sincerely, Joshua D. Drake > > Thank

Re: [ADMIN] how to create field auto increas value

2007-03-19 Thread Phillip Smith
Look at the "serial" data type in the documentation. ~p On Tue, 2007-03-20 at 09:49 +0700, gunartha.nyoman wrote: > Dear All, > > I am trying to create table which have one field auto increas value > like autonumber in ms access. > My question is how to create this auto increas field. > > Than

[ADMIN] how to create field auto increas value

2007-03-19 Thread gunartha.nyoman
Dear All, I am trying to create table which have one field auto increas value like autonumber in ms access. My question is how to create this auto increas field. Thank a lot for your attention Regards, Nyoman/Bali