Unknown column 'nome_' in 'where clause'
SELECT * FROM `categorias` WHERE `ativo` = 'S' AND `id_pai` = '0' AND `nome_` != '' ORDER BY `ordem` ASC;