Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Delete from a table variable

    Hi,

    I have created a temp table (@TableName) with columns EmployeeId, EmployeeName and have inserted rows dynamically.

    Now, I want to delete the those employees whose employeeIds are not in @EmpId

    Below...

Viewing post 1 (of 1 total)