Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Equivalent of 'DECODE' in sql

    drew.allen - Tuesday, January 29, 2019 10:23 AM

    Jonathan AC Roberts - Tuesday, January 29, 2019 5:15 AM

  • RE: Equivalent of 'DECODE' in sql

    Jonathan AC Roberts - Tuesday, January 29, 2019 5:15 AM

    rachit.agarwal2011 - Tuesday, January 29, 2019 4:40 AM

  • RE: Equivalent of 'DECODE' in sql

    decode(e.V_Billing_Currency_Code,a.V_CHECK_CURRENCY_CODE,d.N_Applied_Amount,decode(a.N_Exchange_Rate,0,0,(d.N_Domain_Amount/ a.N_Exchange_Rate)))

    Could anyone help me in converting this to CASE statement

Viewing 3 posts - 1 through 3 (of 3 total)