MYSQL

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • How find duplicate entries

    1 answers - 307 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    SELECT foobar,
    ****(foobar) AS NFoos
    FRM bar
    GRUP BY foobar
    HAVING ( ****(foobar) 1 )
    2/6/07, T Abad F <informatica (AT) vipventa (DOT) comwrote:
    Any can tell me a slq to find duplicate entries in a table?
    >
    >
    >

    Thanks,
    T
    --
  • No.1 | | 578 bytes | |

    That actually should be
    HAVING ( NFoos 1 )

    Message
    From: "Lars Schwarz" <lars.schwarz (AT) gmail (DOT) com>
    To: <mysql (AT) lists (DOT) mysql.com>
    Sent: Tuesday, February 06, 2007 11:26 AM
    Subject: Re: How find duplicate entries

    SELECT foobar,
    ****(foobar) AS NFoos
    FRM bar
    GRUP BY foobar
    HAVING ( ****(foobar) 1 )

    2/6/07, T Abad F <informatica (AT) vipventa (DOT) comwrote:
    Any can tell me a slq to find duplicate entries in a table?
    >
    >
    >

    Thanks,

    T
    --

Re: How find duplicate entries


max 4000 letters.
Your nickname that display:
In order to stop the spam: 0 + 9 =
QUESTION ON "MYSQL"

EMSDN.COM