Hi

The following sql can delete tags with 2 letters.

Code:
DELETE `t`, `tv` FROM `tags` AS `t` ,`tag_video` AS `tv` WHERE LENGTH( t.tag ) <=2 AND t.id = tv.tag_id;
Try it now.

Your Friendly
Buyscripts Team