On Thu, 8 Jun 2000, Mirko Geffken wrote:
# i have tried to find info elsewhere, but did not find anything to my
# satisfaction, so I was wondering if anyone on this list could point me
# into the right direction.
#
# When I create a table
#
# e.g.:
# create table xyz
# (
# idserial PRIMAR
Hi,
i have tried to find info elsewhere, but did not find anything to my satisfaction, so
I was wondering if anyone on this list could point me into the right direction.
When I create a table
e.g.:
create table xyz
(
idserial PRIMARY KEY,
uvw varchar2(100)
);
I would like to get the