Viewing 15 posts - 1 through 15 (of 16 total)
@ peter SSC Enthusiastic
I apologise for the upper case letters in my last post,I was multitasking it wasn't meant to be rude
September 1, 2010 at 2:07 am
The ACTUAL PROBLEM IS GETTING A TABLE TO DISPLAY A 28 DAY READMISSION RATE, THE PARTITION DOES HELP IN SORTING THE DATES BUT HERE LIES THE PROBLEM WHEN YOU USE...
August 23, 2010 at 6:57 am
I just used the example of the data created by someone else, my query does use the actual field names and its about admissions and discharges. But there is a...
August 23, 2010 at 6:27 am
Hi
The table above identifies my problem, it reuses the end date and start date. Thus having multiple entries for a date instead of having a few entries only and...
August 23, 2010 at 4:23 am
The code only takes into account one coulmn for dates, while I have two columns for date the first being an entry date the other being an exit date, I...
August 20, 2010 at 8:23 am
Hi
while the forum does try to aid things, some of us (me) are quite new to this, and would appreciate help. I have tried to tweak the code from the...
August 20, 2010 at 8:06 am
Thanks very much for the article I found it very useful,
I use data which has to do with readmissions, and I can figure out how to use the code for...
August 20, 2010 at 3:21 am
the first table looks like this :specialist view
select type, num, denom,round(cast(sum(num)as float)/cast(sum(denom) as float),3) rate ,tab1.quarter, tab1.storeid,tab2. department
from
(select type,sum(product) num, storeid,department
,quarter
from normalising_births_table2 tab1,dbo.Lookups_NHS_National_Trust_Sites a
where provider = Organisation_Code
and ...
August 17, 2010 at 5:52 am
Viewing 15 posts - 1 through 15 (of 16 total)