J
Jesper F
Is it possible to do something like this:
INSERT INTO table1 (field1,field2) SELECT field1,x FROM table2
where x is an increasing number. Ex starting at 1 (or any number that I
determine) and increasing by one for each row that's inserted?
Jesper
INSERT INTO table1 (field1,field2) SELECT field1,x FROM table2
where x is an increasing number. Ex starting at 1 (or any number that I
determine) and increasing by one for each row that's inserted?
Jesper