The id is passed by parameter to my query function, but it fails to execute the query
this is my code:
objBD.query('SELECT u.ID_U, u.nombre, l.ID_L,letra, t.ID_T,tiempo from USUARIO u INNER JOIN LETRA l ON u.ID_U = l.ID_U INNER JOIN TIEMPOS...
asked by
05.10.2016 / 18:39