新品列表.sql 165 B

1234567
  1. SELECT t1.fname,
  2. t1.ftype,
  3. t1.frownum,
  4. t1.texcellenproductid
  5. FROM texcellenproducts as t1
  6. where t1.siteid = $siteid$
  7. and t1.ftype like $ftype$