php SQL判断字符串的方法求解
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> $dsql->SetQuery("SELECT a.id,a.title,a.flag,b.aid,b.imgurl FROM `#@__archives` a Join `#@__addonarticle` b On a.id = b.aid where a.flag = 'f' ORDER BY a.id DESC LIMIT 0,4");