home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.databases
- Path: sparky!uunet!psinntp!isc-newsserver!ultb!kxs5829
- From: kxs5829@ultb.isc.rit.edu (K.X. Saunders)
- Subject: Re: Counting Null Values in an SQL Query
- Message-ID: <1993Jan22.131533.20160@ultb.isc.rit.edu>
- Keywords: I am a Beginner
- Sender: news@ultb.isc.rit.edu (USENET News System)
- Nntp-Posting-Host: ultb-gw.isc.rit.edu
- Organization: Rochester Institute of Technology
- References: <1993Jan20.233912.13272@mnemosyne.cs.du.edu>
- Date: Fri, 22 Jan 1993 13:15:33 GMT
- Lines: 19
-
- In article <1993Jan20.233912.13272@mnemosyne.cs.du.edu> afadel@nyx.cs.du.edu (Ayman Fadel) writes:
- <The problem is I'm also supposed to count the
- <number of patients in each unit form whom no
- <value of acuity was entered, ie. level is null.
- <
- <Everything is good except that I cannot get a count for the
- <number of patients without an acuity.
- <
- <Any help?
-
- Instead of count(level), try count(*).
-
- - Kyle
-
- --
- _,--\_/>> kxs5829@ultb.isc.rit.edu // Amiga weenie
- `"""-(_-\ kyle@nick.csh.rit.edu \\ //
- _,// \_\ \X/
- *""' "" not representing Phoenix Systems Inc.
-