A Database Error Occurred
Error Number: 1064
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 poblaciones.provincia' at line 1
SELECT DISTINCT poblaciones.cod_provincia,poblaciones.provincia FROM poblaciones INNER JOIN cines ON cines.cod_localidad = poblaciones.poblacion INNER JOIN emisiones ON emisiones.cod_cine = cines.id_cine WHERE emisiones.cod_pelicula = ORDER BY poblaciones.provincia