Posts by Jean Carlos • 16 points
1 post
-
0
votes1
answer33
viewsA: SELECT with multiple tables returns only one project
Try to trade the INNER for the LEFT Ex: $sql = "SELECT projects.id P_ID, projects.gerente P_GERENTE, projects.cliente P_CLIENTE, projects.nome P_NOME, projects.area P_AREA, projects.data_final_plan…