Hi Shiplu, Thanks for reply.
Distinct function hide the duplicate records while we selecting the record through the Query
i want to remove the duplicate entries in my table i need a Delete Query instead of Select Query shiplu wrote:
Use distinct. SELECT DISTINCT COLUMN1, COLUMN2 FROM ... ... Shiplu Mokadd.im My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2psust Innovation distinguishes bet ... ... (ask Steve Jobs the rest)
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php