Hi,
How can I delete a certain number of rows from a table with no key field? Something like:
DELETE TOP 292166 FROM TABLENAME
This is a table I just imported into and I need to delete the first few hundred thousand rows and leave the rest.
Any ideas?
Thanks!
Joseph
How can I delete a certain number of rows from a table with no key field? Something like:
DELETE TOP 292166 FROM TABLENAME
This is a table I just imported into and I need to delete the first few hundred thousand rows and leave the rest.
Any ideas?
Thanks!
Joseph