Lifeseeker
Registered User.
- Local time
- Today, 08:19
- Joined
- Mar 18, 2011
- Messages
- 273
Hi there,
I have the following query. I got an error when I ran it.
I think the problem is that first WHERE clause inside.
Can anyone help debug?
thanks
I have the following query. I got an error when I ran it.
Code:
SELECT COUNT([encounter_number] WHERE status = 'Death')/ COUNT([encounter_number]) AS Death Ratio, tbl_test.facility_type AS Type,
FROM tbl_test
GROUP BY tbl_test.facility_type;
I think the problem is that first WHERE clause inside.
Can anyone help debug?
thanks