Dovrebbe essere questa:
Codice PHP:
select user_cp_1.autoeval, user_cp_gen.autoeval from user_cp_1 left join user_cp_gen on user_cp_1.utente = user_cp_gen.utente where user_cp_1.utente = 'gianluca'
Dovrebbe essere questa:
Codice PHP:
select user_cp_1.autoeval, user_cp_gen.autoeval from user_cp_1 left join user_cp_gen on user_cp_1.utente = user_cp_gen.utente where user_cp_1.utente = 'gianluca'