View Single Post
ישן 17-11-08, 21:33   # 9
SDF
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Sep 2006
מיקום: Negev
הודעות: 270

SDF לא מחובר  

אולי משהו כזה:
קוד:
SELECT * 
FROM `sectionarticles` as t1, `sectionarticles` as t2 
WHERE t2.ArticleID = t1.ArticleID AND 
( t1.SectionID = 3 AND t2.SectionID = 4 ) OR 
( t1.SectionID = 4 AND t2.SectionID = 3);
__________________
FreeBSD, a *nix operating system
  Reply With Quote