Forum Replies Created

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

  • RE: IF in Select

    many many Thanks

    Its Working

  • RE: IF in Select

    Use Case statment

    SELECT EmpName As EName

    case when BasicPay>5000 then 'OVER else 'lOW' end AS Result

    FROM EmpSalary

    Its also not working

    Incorrect syntax near the keyword 'case'.

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