Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Msg 102, Level 15, State 1, Line 9

    Hi:

    I figured it out. My correct code as follows:

    USE Kudler

    SELECT *

    FROM Employee, JobTitle

    SELECT Salary, Employee.EEO1Classification

    FROM Employee

    WHERE EEO1Classification = 'Office/Clerical';

    UPDATE Employee

    SET Salary = Salary * 1.05

    GO

    Thanks,

    Jen

Viewing post 1 (of 2 total)