Re: [GENERAL] insert explanation

1999-10-14 Thread greg
On Thu, 14 Oct 1999, Chairudin Sentosa Harjo wrote: > Dear all, > > mydb=> create table rtext (rtext varchar(10)); > CREATE > mydb=> insert into rtext values ('hello'); > INSERT 17681 1 > > What do "17681" and "1" mean? > > Could someone help me to understand this please? > "17681": nu

Re: [GENERAL] insert explanation

1999-10-14 Thread greg
On Thu, 14 Oct 1999, Chairudin Sentosa Harjo wrote: > Simon Drabble wrote: > > > > On Thu, 14 Oct 1999, Chairudin Sentosa Harjo wrote: > > > > > Dear all, > > > > > > mydb=> create table rtext (rtext varchar(10)); > > > CREATE > > > mydb=> insert into rtext values ('hello'); > > > INSERT 176

Re: [GENERAL] insert explanation

1999-10-13 Thread Chairudin Sentosa Harjo
Simon Drabble wrote: > > On Thu, 14 Oct 1999, Chairudin Sentosa Harjo wrote: > > > Dear all, > > > > mydb=> create table rtext (rtext varchar(10)); > > CREATE > > mydb=> insert into rtext values ('hello'); > > INSERT 17681 1 > > > > What do "17681" and "1" mean? > > > > Could someone help me to

Re: [GENERAL] insert explanation

1999-10-13 Thread Simon Drabble
On Thu, 14 Oct 1999, Chairudin Sentosa Harjo wrote: > Dear all, > > mydb=> create table rtext (rtext varchar(10)); > CREATE > mydb=> insert into rtext values ('hello'); > INSERT 17681 1 > > What do "17681" and "1" mean? > > Could someone help me to understand this please? > > Regards, > Chai

[GENERAL] insert explanation

1999-10-13 Thread Chairudin Sentosa Harjo
Dear all, mydb=> create table rtext (rtext varchar(10)); CREATE mydb=> insert into rtext values ('hello'); INSERT 17681 1 What do "17681" and "1" mean? Could someone help me to understand this please? Regards, Chai