SQL statement of the last month of DB2

Source: Internet
Author: User

SQL CREATE FUNCTION "DB2INST1" in the last month of DB2 ". "QTR" www.2cto.com ("DDATE" DATE) returns character (7) SPECIFIC "DB2INST1 ". "SQL130225092927300" language SQL not deterministic reads SQL DATA STATIC DISPATCH CALLED ON NULL INPUT EXTERNAL ACTION INHERIT SPECIAL REGISTERS BEGIN ATOMIC DECLARE v CHARACTER (7) default ''; -- declare cursor1 cursor for set v = (select case when TO_CHAR (DDATE, 'q') = '1' THEN to_char (year (DDATE)-1) | '-12' when TO_CHAR (DDATE, 'q') = '2' THEN to_char (year (DDATE) |'-03 'when TO_CHAR (DDATE, 'q') = '3' THEN to_char (year (DDATE) | '-06' when TO_CHAR (DDATE, 'q ') = '4' THEN to_char (year (DDATE) | '-09' END -- into: v -- the previous quarter month can know the cross-year from sysibm. sysdummy1 fetch first 1 rows only); -- fetch first 1 rows only -- set sum = a + B; return v; 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.