Exceção de SQL: Select MenuID,MenuTitulo, (Select ArtigoID from artigos where MenuID = m.MenuID) as ArtigoID,MenuURL,MenuTipo,ArtigoID, (select count(MenuID) from Menus where MenuPai = m.MenuID and siteID = 1) from Menus m where MenuPai = and SiteID = 1 and IdiomaID = 1 and MenuAdmin is null order by MenuOrdem Incorrect syntax near the keyword 'and'. /instituto/artigos_view.asp |