Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: removing duplicates in a query?

    run this sql query:

    select distinct * from

    now save the result returned by the query as a table and name it table1

    drop the exixting table having duplicate rows and...

Viewing post 1 (of 2 total)