RETURNING into statement

Source: Internet
Author: User


The RETURNING into statement can be specified in the DML Statement of ORACLE. It is easy to use, and it is not much different from the select into statement. The use of RETURNING statements can simplify PL/SQL programming in many cases. DELETE operation: RETURNING returns the results before the DELETE operation; INSERT operation: RETURNING returns the results after the INSERT operation; UPDATE operation: the RETURNING statement returns the results after the UPDATE operation. The insert into select statement on www.2cto.com is not supported. The MERGE statement does not support the RETURNING statement. You can assign values to variables according to the above rules. Update f_firmfunds set donebalance = donebalance + p_amount where firmid = p_firmid returning donebalance into v_donebalance;
 

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.