Steve,

At 08:54 a.m. 8/05/2015, sboyd...@gmail.com [firebird-support] wrote:

>Had to change the coalesce with all the dates to cast each date individually 
>or I got a conversion error. Not sure why.
>
>COALESCE(CAST(OPS_ONBOARD_TIME AS DATE), CAST(OPS_DELIVERED_TIME AS DATE), 
>CAST(OPS_APPT_LOW AS DATE), CAST('TODAY' AS DATE)),

Assuming OPS_ONBOARD_TIME, OPS_DELIVERED_TIME and OPS_APPT_LOW are all DATE 
type, does this solve that problem?

COALESCE(OPS_ONBOARD_TIME, OPS_DELIVERED_TIME,  OPS_APPT_LOW, CURRENT_DATE)

Helen


  • ... sboyd...@gmail.com [firebird-support]
    • ... Dmitry Yemanov dim...@users.sourceforge.net [firebird-support]
      • ... sboyd...@gmail.com [firebird-support]
        • ... Svein Erling Tysvær svein.erling.tysv...@kreftregisteret.no [firebird-support]
          • ... sboyd...@gmail.com [firebird-support]
            • ... Helen Borrie hele...@iinet.net.au [firebird-support]
              • ... sboyd...@gmail.com [firebird-support]

Reply via email to