摘要: create procedure sp_get_product_allprice@fld_uid intasdeclare @sumprice floatset @sumprice=0declare cur_cart cursorforselect fld_price,fld_countfrom tbl_product where fld_uid = @fld_uidfor read onlyop... 阅读全文
posted @ 2009-04-15 23:23 阿春 阅读(224) 评论(0) 推荐(0)