Andrew,
Wednesday, October 16, 2002, 10:52:37 PM, you wrote:
AH> I need to be able to insert many rows into a table at once. Only one
AH> field, an incremental serial number will change for each row. Is there
AH> a way to do that in a single query? I need to be able to specify the
AH> start and
Greetings,
I need to be able to insert many rows into a table at once. Only one
field, an incremental serial number will change for each row. Is there
a way to do that in a single query? I need to be able to specify the
start and end points (i.e. start at 59 and end at 605000) Or do I
have