SELECT tb_cidade.cidade_pk as "cidade_pk", tb_cidade.estado_fk as "tb_estado", tb_cidade.nome as "nome" FROM tb_cidade WHERE estado_fk= ORDER BY nome ASC
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY nome ASC' at line 4