Viewing 15 posts - 31 through 45 (of 83 total)
Thanks a lot guys
Query works fine now!:w00t:
July 22, 2008 at 8:55 pm
Hey thanks Ken.
This query works fine but how do I modify this query to update the entire table?
July 22, 2008 at 7:39 pm
Hi
Looks like the entire daa did not cme through
Here is it
DoctorName Test06 test08 difference
ddd ...
July 22, 2008 at 7:15 pm
Thanks for your help.
Yes I totally agree
Cheers:)
April 10, 2008 at 2:15 pm
Hi
It gives me the syntax error like this
Msg 156, Level 15, State 1, Line 1
Incorrect syntax near the keyword 'CASE'.
What to do??
March 19, 2008 at 5:15 pm
Thank you so much!!v :hehe:
That exactly what I wanted
God bless
Cheers
😀
February 12, 2008 at 4:07 pm
Hi
Thanks for replying
This is the query which i use to calculate the cost :
Select Year(x.dates) As [Year], Month (x.dates) As [Month],x.clinicalservice
Sum(dailyvol) As cost
From c.dates,f.clinicalService,
(f.cost / (DateDiff(dd, f.[Start date], f.[End...
November 13, 2007 at 8:06 pm
start date and end date are of 'datetime' format and cost is float
November 13, 2007 at 5:35 pm
I get this error
'Conversion failed when converting the nvarchar value to data type int.'
November 13, 2007 at 3:52 pm
I know what sum is and what count is....:)
I mentioned earlier as well I tried to put a count on instead of sum but I get an error especially in...
November 13, 2007 at 12:32 pm
Hi
Thanks for your help
I ran the query but the figures are really really low!!
November 7, 2007 at 6:38 pm
Hi
Ill explain the situation again
Its really simple for ex a patient 'A' was in rest home from '1/1/2004' to 12/2/2004'
and then the same patient 'A' was then moved...
November 7, 2007 at 4:11 pm
Viewing 15 posts - 31 through 45 (of 83 total)