matrixindicator
IS-IT--Management
Hey,
I have a query of about 1.580.000 records.
I need to get tree parts in the underlying table.
1. 500.000
2. 500.000
3. 580.000
The best way (fast) is to do this with a few delete queries.
For the first part I need to say delete everyting that is > 500.000. Can I use something like recordcount and how do I write this in the where condition
I have a query of about 1.580.000 records.
I need to get tree parts in the underlying table.
1. 500.000
2. 500.000
3. 580.000
The best way (fast) is to do this with a few delete queries.
For the first part I need to say delete everyting that is > 500.000. Can I use something like recordcount and how do I write this in the where condition