blindlemonray
Technical User
Can anyone help. I have an sql statement which is
SELECT TOP 1000000 C2.*
FROM CONTACT2 C2
WHERE (ACCOUNTNO = '')
But what I would like to do is delete these records as well. I know you cannot use the top statement with delete query!!
Has anyone got any ideas!!
Thanks in advance
![[ponder] [ponder] [ponder]](/data/assets/smilies/ponder.gif)
SELECT TOP 1000000 C2.*
FROM CONTACT2 C2
WHERE (ACCOUNTNO = '')
But what I would like to do is delete these records as well. I know you cannot use the top statement with delete query!!
Has anyone got any ideas!!
Thanks in advance
![[ponder] [ponder] [ponder]](/data/assets/smilies/ponder.gif)