MYSQL DELETE from a table [closed]
- by Hossein
Possible Duplicate:
MySQL DELETE in a single table
Hi,
I have this table:
userurltag(id,user,Url,tag)
I want to remove rows that contain urls that are used by only one user,
can someone help me?
It seems that DELETE...(SELECT...) is not supported in Mysql.