Well, I'm in need of help, I'm filling a table with a result of Select SQL . As the code below shows:
$sql = "SELECT Nome, COUNT(Especialidades_idEspecialidades)
FROM especialidades_has_professores AS ehp,
professores AS p,
professores_h...
asked by
09.06.2015 / 21:00