Re: inserting into the lowest possible id

2002-05-03 Thread Gelu
NET SOFTWARE COMPANY Permanent e-mail address : [EMAIL PROTECTED] [EMAIL PROTECTED] - Original Message - From: Dan Nelson <[EMAIL PROTECTED]> To: daniel <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, May 03, 2002 1:24 AM

Re: inserting into the lowest possible id

2002-05-02 Thread Dan Nelson
In the last episode (May 02), daniel said: > lets say you have a table like this > > id | data0 | data1 | ... > 0| x | y | ... > 1| x | y | ... > 2| x | y | ... > 3| x | y | ... > 4| x

inserting into the lowest possible id

2002-05-02 Thread daniel
lets say you have a table like this id | data0 | data1 | ... 0| x | y | ... 1| x | y | ... 2| x | y | ... 3| x | y | ... 4| x | y | ... 7| x | y | ... w