Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

ORA-00933: SQL command not properly ended in case queury

Rana answered on June 2, 2023 Popularity 8/10 Helpfulness 1/10

Contents


More Related Answers

  • Error at line 169/5: ORA-00933: SQL command not properly ended ORA-06512: at "SYS.WWV_DBMS_SQL_APEX_230100", line 797 ORA-06512: at "SYS.DBMS_SYS_SQL", line 1703 ORA-06512: at "SYS.WWV_DBMS_SQL_APEX_230100", line 782 ORA-06512: at "APEX_230100.WWV_FLOW_DY

  • ORA-00933: SQL command not properly ended in case queury

    0

    select E.First_Name ||' '|| E.Last_Name

    AS "Employee Full Name" from Employee E

    CASE

    WHEN E.Salary 5000 = THEN E.Salary + ( 0.10 * E.Salary)

    WHEN E.Salary 5500 = THEN E.Salary + ( 0.08 * E.Salary)

    WHEN E.Salary 6000 = THEN E.Salary + ( 0.06 * E.Salary)

    WHEN E.Salary 6500 = THEN E.Salary + ( 0.04 * E.Salary)

    ELSE E.Salary

    END AS "SALARY AFTER RAISE"; 

    Popularity 8/10 Helpfulness 1/10 Language sql
    Source: Grepper
    Tags: case command sql
    Link to this answer
    Share Copy Link
    Contributed on Jun 02 2023
    Rana
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.