SQL query, how to add a column

Source: Internet
Author: User

SELECT * FROM (
Select ' Finish_order_info ' as Table_name,count (1) as Num from Fraudorder.finish_order_info where Crt_dt between To_date (' 2014-12-24:00:00:00 ', ' yyyy-mm-dd,hh24:mi:ss ') and to_date (' 2014-12-25:00:00:00 ') group BY ' Finish ' UNION ALL
Select ' Discard_order_info ' as TABLE_NAME, COUNT (1) as Num from Fraudorder.discard_order_info where Crt_dt between to_date (' 2014-12-24:00:00:00 ', ' yyyy-mm-dd,hh24:mi:ss ') and to_date (' 2014-12-25:00:00:00 ') union ALL
Select ' Raw_air_order_info ' as TABLE_NAME, COUNT (1) as Num from Fraudorder.raw_air_order_info where Crt_dt between to_date (' 2014-12-24:00:00:00 ', ' yyyy-mm-dd,hh24:mi:ss ') and to_date (' 2014-12-25:00:00:00 ') union ALL
Select ' App_air_order_info ' as TABLE_NAME, COUNT (1) as Num from Fraudorder.app_air_order_info where Crt_dt between to_date (' 2014-12-24:00:00:00 ', ' yyyy-mm-dd,hh24:mi:ss ') and to_date (' 2014-12-25:00:00:00 ') union ALL
Select ' Unkown_order_info ' as TABLE_NAME, COUNT (1) as Num from Fraudorder.unkown_order_info where Crt_dt between To_date (' 2014-12-24:00:00:00 ', ' yyyy-mm-dd,hh24:mi:ss ') and to_date (' 2014-12-25:00:00:00 ')
);

SQL query, how to add a column

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.