select nombre,nombre_comando,valor
from servidor S, configuracion C, configuracionservidor F
where F.id_servidor = S.id
and F.id_configuracion=C.id
This query works for me in Mysql but at the moment of writing it in the model of...
asked by
11.12.2018 / 20:30