Viewing post 1 (of 1 total)
I use this:
DELETE FROM tblUser tu1
WHERE tu1.intUserID > ANY (SELECT intUserID
FROM tblUser tu2
WHERE tu2.strUserName = tu1.strUserName
AND tu2.strFamilyName = tu1.strFamilyName)
November 30, 2009 at 10:46 am
Viewing post 1 (of 1 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy