Witam,
Otóż posiadam 2 tabele:
1.komentarze_relacji
-pk_id
-data
-tresc
-ocena
-fk_user_id
-fk_relacja_id
2.komentarze_zdjecia
-pk_id
-data
-tresc
-ocena
-fk_user_id
-fk_zdjecie_id
Potrzebuję skonstruować tak zapytanie aby w wyniku było:
data | tresc | ocena | fk_user_id | fk_relacja_id | fk_zdjecie_id
--------------------------------------------------------------------------------------------------
2010-08-09 | lalala.... | 2 | 15 | 10 | null
2010-08-09 | lalala.... | 4 | 10 | null | 5
Czy jest to możliwe do osiągnięcia ?