智能存储
-
mysql智能存储过程
创建存储过程: CREATE procedure ordertotal(in onumber int, in taxable boolean, out ototal decimal(8,2) ) COMMENT ‘Obtain order total,optionally adding tax’be…
创建存储过程: CREATE procedure ordertotal(in onumber int, in taxable boolean, out ototal decimal(8,2) ) COMMENT ‘Obtain order total,optionally adding tax’be…