Activity overview
Latest activity by bsimmons4
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...
Extra WHERE clause in my update statments
In SDC 10, I have a where clause on my table to filter on data for 1 specific customer. When the UPDATE statement is created, I have an extra WHERE clause appended to the end of the statement.
In ...