sql >> Database teknologi >  >> RDS >> PostgreSQL

Skrive forespørgsel til flere tabeller i php

Som nævnt i ovenstående kommentar skal du lave en SQL (indre) join i dette tilfælde. Så du vil have noget som:

SELECT name, indep_year, region 
FROM lab2.country 
JOIN lab2.country_language
ON lab2.country.country_code = lab2.country_language.country_code
WHERE …


  1. Sådan stilles installation af Postgresql i Ubuntu via. Dockerfil?

  2. Databasekorrpution i MS Access og hvordan man handler

  3. Sådan ændres gendannelsesmodellen for en SQL Server-database ved hjælp af T-SQL

  4. Mysql-databasesynkronisering mellem to databaser