एक साधारण बाएं शामिल हों?
SELECT organisation.*
FROM organisation
LEFT JOIN srp_reseller_buffer ON
(organisation.organisation_id = srp_reseller_buffer.organisation.id AND property_id = 'X')
WHERE srp_reseller_buffer.organisation_id IS NULL
जो रिकॉर्ड 'दाईं ओर' (srp_reseller) पर मौजूद नहीं हैं, वे शून्य हो जाएंगे।