Forum Replies Created

Viewing 8 posts - 16 through 23 (of 23 total)

  • RE: Struggling with time!

    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

  • RE: Struggling with time!

    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...

  • RE: Struggling with time!

    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...

  • RE: Struggling with time!

    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 math

    select (cast(arrivetime as int)/60) 'Minutes'

    Hmmmm.

    The Minutes column always contains 0. If I...

  • RE: Struggling with time!

    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...

  • RE: Struggling with time!

    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...

  • RE: Struggling with time!

    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.

  • RE: The May Car Update (2008)

    Someguy (5/28/2008)


    We could solve the problem by building more nuclear plants like France has. That would give us both the power for electric cars and hydrogen for fuel cells (a...

Viewing 8 posts - 16 through 23 (of 23 total)