"ᢹ"
áÊ´§ÃÒ¡Ò÷Õè 1 - 0 ¨Ò¡ 0 ÃÒ¡Òà | |
äÁ辺ÃÒ¡Ò÷Õè¤é¹ËÒ - "ᢹ" - ¡ÃسÒàÅ×Í¡ãËÁè
select t1.productid,t1.ean,t1.typeid,t1.productname, t1.title_e, t1.sellprice,
t1.displayprice, t1.hotprice,t1.sprodcode from product as t1 left outer join characters as t2 on t2.charactersid=t1.charactersid left outer join description as t3 on t3.ean=t1.ean join supplier as t4 on t4.supplierid=t1.supplierid left outer join brand as t5 on t5.brandid=t1.brandid left outer join studio as t6 on t6.studioid=t1.studioid
left outer join category as t7 on t7.categoryid=t1.categoryid1
left outer join category as t8 on t8.categoryid=t1.categoryid2
left outer join category as t9 on t9.categoryid=t1.categoryid3
where (
t1.productname LIKE '%%ᢹ%%'
or t1.productid like '%%ᢹ%%'
or t1.title_e LIKE '%%ᢹ%%'
or t1.keywords LIKE '%%ᢹ%%'
or t1.productid LIKE '%%ᢹ%%'
or t1.ean LIKE '%%ᢹ%%'
or t1.tags like '%%ᢹ%%'
or t2.charactersname like '%%ᢹ%%'
or t2.charactersnamee like '%%ᢹ%%'
or t2.tags like '%%ᢹ%%'
or t3.description like '%%ᢹ%%'
or t4.suppliername like '%%ᢹ%%'
or t5.brandname like '%%ᢹ%%'
or t5.brandnamee like '%%ᢹ%%'
or t6.studioname like '%%ᢹ%%'
or t6.studionamee like '%%ᢹ%%'
or t7.categoryname like '%%ᢹ%%'
or t7.categorynamee like '%%ᢹ%%'
or t8.categoryname like '%%ᢹ%%'
or t8.categorynamee like '%%ᢹ%%'
or t9.categoryname like '%%ᢹ%%'
or t9.categorynamee like '%%ᢹ%%'
)
and t1.approved=1 and typeid!=40 and typeid=56 order by t1.productid desc "ᢹ"
áÊ´§ÃÒ¡Ò÷Õè 1 - 0 ¨Ò¡ 0 ÃÒ¡Òà | |
|