MySQL DELETE in a single table
Posted
by Hossein
on Stack Overflow
See other posts from Stack Overflow
or by Hossein
Published on 2010-05-25T21:42:30Z
Indexed on
2010/05/25
21:51 UTC
Read the original article
Hit count: 246
Hi, I have a database with only one table as below:
userurltag(id,userID(string),Url(String),tag(String))
I want to delete users that have less than 3 urls associated with them. How can I do that?
© Stack Overflow or respective owner