searchQuery : select btype,bid,bnm,idx,writer,title,contents,regdate from (select b.btype,b.bnm,a.* from multiboard a,boardinfo b
where (a.bid=b.bid)
and btype='Special'
and (title like '%%' or contents like '%%')
order by regdate desc
limit 10 offset 20) T