Comments
Sort by recent activity
I made that change and now my WHERE clause doesn't cause the update statement to fail but it still looks incorrect to have the Customer_ID listed twice.
WHERE [Customer_ID]=1 AND [Master_ID]=1809 AND (Customer_ID = 1) / comments
I made that change and now my WHERE clause doesn't cause the update statement to fail but it still looks incorrect to have the Customer_ID listed twice.
WHERE [Customer_ID]=1 AND [Master_ID]=1809 A...