SHOW FULL COLUMNS FROM `product_type` [ RunTime:0.001234s ]
SELECT `id`,`typeid`,`name`,`typestr` FROM `product_type` WHERE `id` NOT IN (11,12,13,14,15) AND `id` <= 750 [ RunTime:0.010632s ]
SHOW FULL COLUMNS FROM `o_cart` [ RunTime:0.002327s ]
SELECT COUNT(*) AS think_count FROM `o_cart` WHERE ( `userId` = 0 AND `visitIP` = '216.73.216.11' ) [ RunTime:0.027019s ]
SHOW FULL COLUMNS FROM `ad` [ RunTime:0.001934s ]
SELECT * FROM `ad` WHERE `isDisplay` = 1 [ RunTime:0.023215s ]
SHOW FULL COLUMNS FROM `stock` [ RunTime:0.002105s ]
SELECT `s`.*,`u`.`company`,`t`.`name` FROM `stock` `s` LEFT JOIN `user` `u` ON `u`.`id`=`s`.`userid` LEFT JOIN `product_type` `t` ON `t`.`id`=`s`.`categoryid` WHERE `s`.`id` = '11401422' LIMIT 1 [ RunTime:0.040244s ]
SHOW FULL COLUMNS FROM `stock_pra` [ RunTime:0.002267s ]
SELECT * FROM `stock_pra` WHERE `stockid` = 11401422 LIMIT 10 [ RunTime:0.035379s ]
SHOW FULL COLUMNS FROM `stock_price` [ RunTime:0.003294s ]
SELECT * FROM `stock_price` WHERE `stockid` = 11401422 ORDER BY `minOrder` ASC [ RunTime:0.053689s ]
SHOW FULL COLUMNS FROM `stock_unitquantity` [ RunTime:0.002368s ]
SELECT * FROM `stock_unitquantity` WHERE `stockid` = 11401422 ORDER BY `unit` DESC [ RunTime:0.039365s ]
SHOW FULL COLUMNS FROM `stock_warehousequantity` [ RunTime:0.009646s ]
SELECT * FROM `stock_warehousequantity` WHERE `stockid` = 11401422 LIMIT 5 [ RunTime:0.114061s ]
SELECT * FROM `product_type` WHERE `id` = 0 LIMIT 1 [ RunTime:0.041614s ]
SELECT * FROM `stock_price` WHERE `stockid` = 11401422 ORDER BY `minOrder` ASC [ RunTime:0.000496s ]
select * from pdf where partno='VRRAM-06-20-50-04-N' and brandshort='AirBorn, a Molex company' limit 1 [ RunTime:0.018307s ]
SHOW FULL COLUMNS FROM `pdf` [ RunTime:0.038269s ]
SELECT `id`,`partno`,`note`,`note_cn` FROM `pdf` WHERE `partno` = 'VRRAM-06-20-50-04-N' LIMIT 1 [ RunTime:0.046754s ]
SHOW FULL COLUMNS FROM `icreplace` [ RunTime:0.001647s ]
SELECT `r`.*,`b`.`brandshort`,`b`.`brandcn` FROM `icreplace` `r` LEFT JOIN `stock_brand` `b` ON `b`.`id`=`r`.`icbrandid` WHERE `r`.`partno` = 'VRRAM-06-20-50-04-N' ORDER BY `r`.`id` DESC LIMIT 5 [ RunTime:0.055263s ]