摘要:
BEGINdeclare newprodid int;declare stock int ;declare total int;declare warehouse_stock_num int;declare prod_stock_num int;declare cursor_test CURSOR FOR SELECT product_id,stock_quantity_bh FROM ProductPage.product_stock where stock_quantity_bh>0;select count(product_id) into prod_stock_num from 阅读全文
posted @ 2012-05-28 16:13
AdaYin
阅读(135)
评论(0)
推荐(0)
浙公网安备 33010602011771号