Erro manipulação executar! select an02codigo, ac02nome
from tb02departamento where an02codigo =3
: Erro manipulação executar! select an03codigo, ac03nome from tb03secao
where an03departamento = "" and ac03sit="S" order by ac03nome
: Erro manipulação executar! select distinct an02codigo, ac02nome
from tb02prod_grupo left join tb02departamento on (an02codigo=an02grupo)
where an02nivel=1 and ac02produto in (select ac02produto from tb02prod_grupo where an02grupo=3 and an02nivel=1) and ac02sit="S"
and an02codigo<>0 order by ac02nome
: Erro manipulação executar! select distinct an06codigo, ac06nome from tb06marca
left join tb10produto on (an10marca=an06codigo) where ac06sit="S" and ac10codigo in (select ac02produto from tb02prod_grupo where an02nivel=1 and an02grupo=3) and ac10codigo in (select ac02produto from tb02prod_grupo
where an02nivel=2 and an02grupo= 51 ) order by ac06nome
: