Viewing 8 posts - 16 through 23 (of 23 total)
Lynn and Steve
Thanks to both of you. I'll look at this some more on Monday.
Fortunately, being a Mac household, I don't take work home :D:D:D
June 6, 2008 at 4:02 pm
Lynn Pettis (6/6/2008)
You also stated that [arrival date] and [arrival time] are both datetime fields, what does this data look like (sample values would be nice to see)?😎
I posted some...
June 6, 2008 at 8:38 am
Lynn Pettis (6/6/2008)
tim.pinder (6/6/2008)
Lynn Pettis (6/5/2008)
What does the data in the following fields look like:[INITIAL_ASSESSMENT_TIME] (char(4))
[TIME_SEEN_FOR_TREATMENT] (char(4))
[ATTENDANCE_CONCLUSION_TIME] (char(4))
[DEPARTURE_TIME] (char(4))
😎
Hi Lynn
It's just a four digit number.
Okay, but 9999 is a four...
June 6, 2008 at 7:41 am
tim.pinder (6/6/2008)
Steve Jones - Editor (6/5/2008)
You might need to convert/cast to get to numerics and then do your mathselect (cast(arrivetime as int)/60) 'Minutes'
Hmmmm.
The Minutes column always contains 0. If I...
June 6, 2008 at 2:46 am
tim.pinder (6/5/2008)
The [arrival date] and [arrival time] are two separate fields (WHY?), both are datetime.
Can I concatenate these to make one field? (How?)
And if I do, how does this affect...
June 6, 2008 at 2:29 am
Steve Jones - Editor (6/5/2008)
You don't need internal variables.You might need to convert/cast to get to numerics and then do your math
select (cast(arrivetime as int)/60) 'Minutes'
Thanks Steve,
I'll give that a...
June 6, 2008 at 1:37 am
Lynn Pettis (6/5/2008)
What does the data in the following fields look like:[INITIAL_ASSESSMENT_TIME] (char(4))
[TIME_SEEN_FOR_TREATMENT] (char(4))
[ATTENDANCE_CONCLUSION_TIME] (char(4))
[DEPARTURE_TIME] (char(4))
😎
Hi Lynn
It's just a four digit number.
June 6, 2008 at 1:30 am
Someguy (5/28/2008)
June 5, 2008 at 6:33 am
Viewing 8 posts - 16 through 23 (of 23 total)