/ Published in: SQL
Expand |
Embed | Plain Text
WITH respect TO first COLUMN: SELECT * FROM Issue WHERE AssignedEmployeeID=45 AND (LocalTesterID=43 OR StagingTesterID=43 OR FinalTesterID=43) WITH out the respect of first COLUMN: SELECT * FROM Issue WHERE AssignedEmployeeID=45 AND LocalTesterID=43 OR StagingTesterID=43 OR FinalTesterID=43
You need to login to post a comment.
