SHOW FULL COLUMNS FROM `product_type` [ RunTime:0.001443s ]
SELECT `id`,`typeid`,`name`,`typestr` FROM `product_type` WHERE `id` NOT IN (11,12,13,14,15) AND `id` <= 750 [ RunTime:0.000465s ]
SHOW FULL COLUMNS FROM `o_cart` [ RunTime:0.001116s ]
SELECT COUNT(*) AS think_count FROM `o_cart` WHERE ( `userId` = 0 AND `visitIP` = '216.73.216.43' ) [ RunTime:0.000208s ]
SHOW FULL COLUMNS FROM `ad` [ RunTime:0.000862s ]
SELECT * FROM `ad` WHERE `isDisplay` = 1 [ RunTime:0.000186s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `id` = 39 LIMIT 1 [ RunTime:0.000208s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `typeid` = 39 [ RunTime:0.000179s ]
SELECT `id`,`typeid`,`name` FROM `product_type` WHERE `typeid` IN (403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419) [ RunTime:0.000195s ]
SHOW FULL COLUMNS FROM `stock` [ RunTime:0.000949s ]
SELECT COUNT(*) AS think_count FROM `stock` `s` LEFT JOIN `product_type` `t` ON `t`.`id`=`s`.`categoryid` WHERE ( `partno` LIKE 'M24M01-DFDW6TP%' AND `status` <> 2 AND `categoryid` IN (403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419) ) [ RunTime:0.000655s ]
SELECT `s`.`id`,`s`.`status`,`havePdf`,`categoryid`,`categories`,`minOrderPrice`,`minOrderQuantity`,`deliveryNum`,`sellNum`,`stockNum`,`code`,`partno`,`brand`,`package`,`imgurl`,`note`,`description`,`expiretime`,`pdfurl`,`t`.`name` FROM `stock` `s` LEFT JOIN `product_type` `t` ON `t`.`id`=`s`.`categoryid` WHERE ( `partno` LIKE 'M24M01-DFDW6TP%' AND `status` <> 2 AND `categoryid` IN (403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419) ) ORDER BY `s`.`stockNum` DESC,`s`.`id` DESC LIMIT 0,20 [ RunTime:0.000668s ]
SHOW FULL COLUMNS FROM `stock_pra` [ RunTime:0.004581s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 9411 LIMIT 4 [ RunTime:0.000203s ]
SHOW FULL COLUMNS FROM `stock_price` [ RunTime:0.000930s ]
SELECT * FROM `stock_price` WHERE `stockid` = 9411 ORDER BY `minOrder` ASC [ RunTime:0.000194s ]
SHOW FULL COLUMNS FROM `stock_unitquantity` [ RunTime:0.000764s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 9411 ORDER BY `unit` DESC [ RunTime:0.000156s ]
SHOW FULL COLUMNS FROM `stock_warehousequantity` [ RunTime:0.000821s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 9411 LIMIT 2 [ RunTime:0.000187s ]
SELECT * FROM `stock_price` WHERE `stockid` = 9411 ORDER BY `minOrder` ASC [ RunTime:0.000178s ]
SHOW FULL COLUMNS FROM `stock_pra_lib` [ RunTime:0.000796s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = 'M24M01-DFDW6TP' OR `brand` LIKE 'STMICROELECTRONICS%' ) ) LIMIT 1 [ RunTime:0.000171s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 16487 LIMIT 4 [ RunTime:0.000157s ]
SELECT * FROM `stock_price` WHERE `stockid` = 16487 ORDER BY `minOrder` ASC [ RunTime:0.000150s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 16487 ORDER BY `unit` DESC [ RunTime:0.000164s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 16487 LIMIT 2 [ RunTime:0.000175s ]
SELECT * FROM `stock_price` WHERE `stockid` = 16487 ORDER BY `minOrder` ASC [ RunTime:0.000173s ]
select * from pdf where partno='M24M01-DFDW6TP' and brandshort='STMICROELECTRONICS' limit 1 [ RunTime:0.000408s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = 'M24M01-DFDW6TP' OR `brand` LIKE 'STMICROELECTRONICS%' ) ) LIMIT 1 [ RunTime:0.000486s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 15467 LIMIT 4 [ RunTime:0.000291s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15467 ORDER BY `minOrder` ASC [ RunTime:0.000288s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 15467 ORDER BY `unit` DESC [ RunTime:0.000290s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 15467 LIMIT 2 [ RunTime:0.000265s ]
SELECT * FROM `stock_price` WHERE `stockid` = 15467 ORDER BY `minOrder` ASC [ RunTime:0.000266s ]
select * from pdf where partno='M24M01-DFDW6TP' and brandshort='STMICROELECTRONICS' limit 1 [ RunTime:0.000231s ]
SELECT `pra` FROM `stock_pra_lib` WHERE ( ( `partno` = 'M24M01-DFDW6TP' OR `brand` LIKE 'STMICROELECTRONICS%' ) ) LIMIT 1 [ RunTime:0.000280s ]
SELECT brand, count(*) as count FROM `stock` WHERE ( `partno` LIKE 'M24M01-DFDW6TP%' AND `status` <> 2 AND `categoryid` IN (403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419) ) AND `brand` IS NOT NULL AND `brand` <> '' GROUP BY `brand` ORDER BY `count` DESC LIMIT 10000 [ RunTime:0.005073s ]