DB2 Stored Procedure

Source: Internet
Author: User

DB2 create a stored PROCEDURE ---- add by liujx www.2cto.com -- initialize the 'account' field of the payment result query -- delete the Stored procedure drop procedure cmbbcd. UPDATE_CONDITION_VALUE (); -- DELETE data with key _ 0 from cmbbcd. CMCS3_CONDITION_LINE where key _ = '0'; -- create procedure cmbbcd. UPDATE_CONDITION_VALUE () language SQL FOR EACH_RECORD AS SELECT ID _ FROM CMBBCD. CMCS3_CONDITION do insert into cmbbcd. CMCS3_CONDITION_LINE VALUES (nextval FOR CMCS3_CONDITION_LINE_SEQ, id _, '0', current date, 4, 4, current date); end for; -- call cmbbcd when calling the stored procedure. UPDATE_CONDITION_VALUE (); ---- end

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.