Sqlsever Base Count Query the number of non-nullable rows in a column

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 table

2 Code

1--Create a database2 CREATE DATABASE HelloWorld13 4 Use Master5 drop Database HelloWorld16 7--use helloworld1 this database8 Use helloworld19 Ten--Create a table teacher One CREATE TABLE Teacher A ( -IdintPrimary Key Identity (1,1),    -Name nvarchar (Ten), theClass nchar (2) - ) -  - CREATE TABLE location + ( -Class nchar (2), +Location nvarchar (5) A ) at  ---look at teacher, what's this form? - Select* fromTeacher - Select* from Location -  ---insert these lines of content into this teacher, which I insert once, simply modify, and insert again in INSERT INTO Teacher -Values'Buddhist Bodhisattva','Buddhist'), to('The Buddha','Buddhist'), +('Kwan-Yin','Buddhist'), -('Moral Tianzun','Taoism'), the('Lingbao Tianzun','Taoism'), *('Taibai Venus','Taoism'), $('The fairy of the wide cold',NULL)Panax Notoginseng  ---insert these lines into this location the Insert into location +Values'Buddhist','India'), A('Taoism','China'), the('Christ','Western'), +('Confucian','China') -  $--Taoist that column, not null how many lines $ SelectCount (Class) asTaoist fromTeacher

3 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 Count Query the number of non-nullable rows in 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.