ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

How to write a proper select on 3 tables (t1, t2 and t3). I need an outer join (+) between all 3, and I need to check for a constant in t2?

user-image
تم إضافة السؤال من قبل Kjell Bjerke
تاريخ النشر: 2016/12/12
Chinonso Emma-Ebere
من قبل Chinonso Emma-Ebere , Internship , Al Tayer

using one tables as a reference, it should have one column that is similar to another column to be able to give you the best result.

for Example

Select t1.a, t2.b, t3.c

from t1, t2, t3

where t1.z=t2.z

and t1.c=t3.c;

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟