Jump to content

[SOLVED] mysql count help and duplicate rows


acidglitter

Recommended Posts

this is probably really simple but i can't seem to figure out how to do this. i'm trying to switch primary keys and get rid of duplicate rows in one of my tables. whats an easy way to do this?

 

i tried something like this..

SELECT id FROM members WHERE COUNT('id') > 1

but that didn't want to work..

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.