Thread: auto_insert

auto_insert

From
"jodi"
Date:
I'm looking function at postrgeSQL the same like "auto_insert " function at mySQL

Re: auto_insert

From
"Viorel Dragomir"
Date:
serial
 
ex:
 
create table a(
i serial,
b int);
 
bye
 
----- Original Message -----
From: jodi
Sent: Thursday, January 29, 2004 10:27
Subject: [SQL] auto_insert

I'm looking function at postrgeSQL the same like "auto_insert " function at mySQL