SELECT url, second.rel_id AS user_id
FROM table1
INNER JOIN table2 AS first
ON table1.id=first.rel_id
INNER JOIN table2 AS second
ON first.item_id=second.rel_id
WHERE second.field_id='42'
AND table1.url LIKE '%/:downloadfile'
SELECT url, second.rel_id AS user_id
FROM table1
INNER JOIN table2 AS first
ON table1.id=first.rel_id
INNER JOIN table2 AS second
ON first.item_id=second.rel_id
WHERE second.field_id='42'
AND table1.url LIKE '%/:downloadfile'
लारवेल मूल पंक्ति को हटा या अद्यतन नहीं कर सकता:एक विदेशी कुंजी बाधा विफल हो जाती है
एचटीएमएल/पीएचपी फॉर्म एसक्यूएल डेटाबेस में नहीं जोड़ रहा है
जब उपयोगकर्ता टेक्स्टबॉक्स में कुछ भी दर्ज नहीं करता है तो तालिका रिक्त स्थान अपडेट करती है
मैं विंडोज 10 पर पायथन 3 के लिए MySQLdb को कैसे स्थापित और उपयोग कर सकता हूं?
कैसे mysql और php में सामान्य विशेषताओं पर दो तालिकाओं में शामिल होने के लिए?