select pid as 'id',pnameth 'name',if(now() between pflash_start and pflash_end,pflash_price,pprice) as 'price',pphoto 'photo',pstatus 'status'
,if( (now() between pflash_start and pflash_end) and pprice<pfullprice and pfullprice>0 ,pprice,pfullprice) 'fullprice',pcategory,psubcatogory,psscategory,pcharacter from dex_product where pactivate=1 and phide=0 and (porder_end=0 or porder_end>now()) and pcharacter='385' and ( pnameth like '%%DEXPRESS%%' or pnameen like '%%DEXPRESS%%' or ptag like '%%DEXPRESS%%' or pcharacter in (385 ) or pid='DEXPRESS' or pbarcode='DEXPRESS' ) and pstatus<>'Preorder' order by pid desc limit 30,30