2014-04-28 4 views

Répondre

0

quelque chose comme ceci:

SELECT * 
FROM menu_links 
WHERE link_path NOT 
IN (
    SELECT link_path 
    FROM `menu_links` 
    WHERE menu_name = 'navigation' 
) 
Questions connexes