As I have three WHERE tables
select login, nome_hotel from extranet_login, extranet_hoteis, hoteis
where extranet_login.id_login=extranet_hoteis.id_login
and extranet_hoteis.id_hotel=hoteis.id_hotel
and extranet_login.login='admin';
for...
asked by
09.06.2016 / 11:06