Posts by xpto girl • 49 points
2 posts
-
3
votes1
answer122
viewsQ: Where for Inner Join
as I have three tables WHERE 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…
-
1
votes2
answers1565
viewsQ: Login to Postgresql and PHP
Good people, I’m a beginner in programming and I’m learning in PostgreSQL since I know how to work in mysql and a little in PHP. I am creating the login form with PostgreSQL and PHP And I’ve been a…