Hi All
I have need to know of an effective way to delete 2000 records from a table holding 4000 records. Their is a unique key ie. originalno. which identifies each record and also I have the originalno. of all the records that need to be deleted.
But what syntax do I use to make this quick and correct rather than going through each originalno, and placing comers after each to extract the relevant records for deletion?
Many Thanks in advance.......
I have need to know of an effective way to delete 2000 records from a table holding 4000 records. Their is a unique key ie. originalno. which identifies each record and also I have the originalno. of all the records that need to be deleted.
But what syntax do I use to make this quick and correct rather than going through each originalno, and placing comers after each to extract the relevant records for deletion?
Many Thanks in advance.......