Mysql
 sql >> Teknologi Basis Data >  >> RDS >> Mysql

Permintaan untuk bergabung dengan dua tabel

Jika FK di Posts.*_Airport_code tidak merujuk ke Airports.id seperti yang diasumsikan MJB tetapi untuk Airports.Airport_code lalu

SELECT
  APS.Airport_name AS Source,
  APD.Airport_name AS Destination,
  Posts.date_of_departure
FROM Posts
  INNER JOIN Airports APS ON(APS.Airport_code = Posts.Source_Airport_code)
  INNER JOIN Airports APD ON(APD.Airport_code = Posts.Destination_airport_code)


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. mengapa permintaan mysql ini tidak berfungsi?

  2. Menggunakan Java untuk membuat koneksi aman ke MySQL Amazon RDS (SSL/TLS)

  3. KEDUA() Contoh – MySQL

  4. Peringatan:mysql_result() [function.mysql-result]:Tidak dapat melompat ke baris 0 pada indeks hasil MySQL 5 di profile.php pada baris 11

  5. Menggunakan Docker saya mendapatkan kesalahan:SQLSTATE[HY000] [2002] Tidak ada file atau direktori seperti itu