इसे आजमाएं
select * from table1 t1
join table2 t2 on t1.t2ref = t2.id
join table3 t3 on t2.t3ref = t3.id
तालिका 1 में कुछ पंक्तियों को खोजने के लिए जहाँ क्लॉज़ जोड़ें
where t1.field = 'value'
इसे आजमाएं
select * from table1 t1
join table2 t2 on t1.t2ref = t2.id
join table3 t3 on t2.t3ref = t3.id
तालिका 1 में कुछ पंक्तियों को खोजने के लिए जहाँ क्लॉज़ जोड़ें
where t1.field = 'value'
Laravel क्वेरी बिल्डर में बनाई गई तारीख से पंक्तियों की गणना कैसे करें?
'System.Security.Permissions.SecurityPermission, mscorlib, Version=4.0.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' विफल
MySQL - जहां क्लॉज में कुल कॉलम का संदर्भ देना
रेल 5 मैसकल यूयूआईडी
आईओएस ऐप में डेटाबेस प्रारंभिक डेटा डाउनलोड करने का सबसे अच्छा तरीका कौन सा है?