Sqlsever base where is combined with group by to process data

Source: Internet
Author: User

Town Field Poem:
——— Dream who feel, the water month Build blog. Baiqian tribulation, only know the vicissitudes of the world.
——— today holds the Buddhist language, the technology is boundless willing to learn. Willing to do what you learn, cast a conscience blog.
——————————————————————————————————————————

1 Base Code

1  UseMaster2 Drop DatabaseHelloWorld3 4 5 --Create a database6 Create DatabaseHelloWorld7 8 9 Ten --use helloworld1 this database One  UseHelloWorld A  - --Create a table teacher - Create TableTeacher the ( -Idint Primary Key Identity(1,1),    -Namenvarchar(Ten), -Classnchar(2), +Scorefloat - ) +  A Create Table Location at ( -Classnchar(2), -Locationnvarchar(5) - ) -  - --look at teacher, what's this form? in Select *  fromTeacher - Select *  from Location to  + --insert these lines of content into this teacher, which I insert once, simply modify, and insert again - Insert  intoTeacher the        Values('burning lamp Ancient Buddha','Buddhist', -), *('Buddha Buddha','Buddhist', -), $('Maitreya Buddha','Buddhist', -),Panax Notoginseng('Buddha Buddha','Buddhist', -), -('nu wa Niang','Taoism', -), the('Buddhist Bodhisattva','Buddhist', -), +('The Buddha','Buddhist',101),--For convenience, add 1 points to the Bodhisattva A('Yangmn greedy wolf too star June','Taoism',101), the('Yin Jing giant door Yuan Xing June','Taoism',101), +('Live Lu, the true star','Taoism',101), -('Xuan Ming Wen qu new star June','Taoism',101) $  $ --insert these lines into this location - Insert  into Location -         Values('Buddhist','India'), the('Taoism','China'), -('Christ','Western'),Wuyi('Confucian','China') the  - --see what's in the teacher table Wu Select *  fromTeacher

2 Table

3 Key Code

1 -- in the teacher table, save, Buddha Road Two get 100 of how many 2 Select Class,score,Count(* as num3 from Teacher4  where score=5Group by

4 show

——————————————————————————————————————————
The essence of the blog, in the technical part, more in the town yard a poem.
Sqlsever is a good language, worth studying hard. Familiar with the database of additions and deletions, write procedures necessary.
If the content of the post can be improved, or even the wrong place, please leave a comment, I will try to correct, strive to cast a conscience blog.
Note: This article is only as a scientific research study, if I inadvertently violated your rights and interests, please be sure to timely inform, I will make corrections.

Sqlsever base where is combined with group by to process data

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.