Hi all I have two tables and want to make a query. I tried to get team AA and team BB's image base on tablo A.
Ben kullanılan:
SELECT tableA.team1, tableA.team2, tableB.team, tableB.image,
FROM tableA
LEFT JOIN tableB ON tableA.team1=tableB.team
Sonucu sadece sütunda imageA gösterilecek. Ikinci sorguyu kullanmadan imageA ve görüntü B seçmek için herhangi bir yolu var mı? Ben herhangi bir yardım takdir! Thanks a lot!
Benim tablo yapısı vardır:
tablo A
team1 team2
------------
AA BB
masa B
team image
-------------
AA imagaA
BB imageB