RE: Help with Insert.. Select From... Query

2002-07-15 Thread Karl Stubsjoen
] Subject: Re: Help with Insert.. Select From... Query On Sun, 2002-07-14 at 03:59, karl wrote: > Hello, > I need help. I am trying to insert into TABLEA records from TABLEB where the records do not exist in TABLEA (the primary key in TABLEA works fine). I am trying to limit the result se

Re: Help with Insert.. Select From... Query

2002-07-15 Thread Diana Soares
On Sun, 2002-07-14 at 03:59, karl wrote: > Hello, > I need help. I am trying to insert into TABLEA records from TABLEB where the >records do not exist in TABLEA (the primary key in TABLEA works fine). I am trying >to limit the result set each time (as an example to 10 records from TABLEB). > T

Help with Insert.. Select From... Query

2002-07-13 Thread karl
Hello, I need help. I am trying to insert into TABLEA records from TABLEB where the records do not exist in TABLEA (the primary key in TABLEA works fine). I am trying to limit the result set each time (as an example to 10 records from TABLEB). The first time I perform the query, I get the numb