codehaven - php snippets - coding help
Generic filters
Exact matches only
  • Find Duplicates – delete duplicate and keep higher/lower one

    18th October 2013

    MySql

    mysql codehaven category

    This SQL will delete any duplicates in campaignid, and keeps the higher id one

    Was this code snippet helpful?