Daniel Mendyke wrote:> > How can I automatically create a unique index> number when I add new data to a table?>
Try
CREATE TABLE test( id serial)