DELETE c.*, f.* FROM #__categories c
INNER JOIN #__forums f ON c.cat_id = f.forum_cat_id
WHERE c.cat_id = %d
quando cancello una categoria vorrei che mi cancellasse anche tutti i forums ad essa appartenenti, peccato che non worka...
DELETE c.*, f.* FROM #__categories c
INNER JOIN #__forums f ON c.cat_id = f.forum_cat_id
WHERE c.cat_id = %d
quando cancello una categoria vorrei che mi cancellasse anche tutti i forums ad essa appartenenti, peccato che non worka...