Statement for counting the number of men and women in a franchise store in the oracle database

Source: Internet
Author: User
The statement used to count the number of men and women in a franchise store in the oracle database to help you

The statement used to count the number of men and women in a franchise store in the oracle database to help you

Web_THBC indicates the presentation layer, that is, the page (. aspx)
BLL_THBC is the business logic layer
DAL_THBC is the database interaction layer (Execute SQL statements to the database)
Model_THBC is an entity class.
DbHelper is the database connection class

Count the number of men and women in a franchise store
The Code is as follows:
Select dua. UARTERS_ID, dua. UARTERS_NAME
, Sum (case when sex = '1' then 1 else 0 end) as Man
, Sum (case when sex = '0' then 1 else 0 end) as Woman
From dbo. DCAD_USER as du
Left join
Dbo. DCAD_UARTERS as dua
On du. UARTERS_ID = dua. UARTERS_ID
Group by dua. UARTERS_ID, dua. UARTERS_NAME


Author: ershouyage

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.