Otniel Michael wrote:
Hi All..
Anybody knows what is "GO" (SQL Server) on Postgres?
Thanks.
--
---
"He who is quick to become angry will commit folly, and a crafty man
is hated"
semi-colon.
--
Sent via pgsql-sql mailing lis
Campbell, Lance wrote:
I created the following table:
create table xyz (
n serial,
abc character varying,
constraint n_pkey primary key (n));
Each time I do an insert:
insert into xyz(abc) values('adf6');
The field n is not random but is sequential. Is there something I
should do to make