Yesh wrote:
Hi, I need to know how to increment a primary key field automatically in run time.
Not sure precisely what you want to know, but read up on the SERIAL type, sequences, nextval() and currval().
-- Richard Huxton Archonet Ltd
Yesh wrote:
Hi, I need to know how to increment a primary key field automatically in run time.
Not sure precisely what you want to know, but read up on the SERIAL type, sequences, nextval() and currval().
-- Richard Huxton Archonet Ltd