You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
here is no reason to re-assign a variable to itself. Either this statement is redundant and should be removed, or the re-assignment is a mistake and some other value or variable was intended for the assignment instead.
As an aside, one exception would be when attempting to fire cross edition triggers when using Edition Based Redefinition. You may (or may not) want to include that exception.
Language Usage / General
never assign a column or variable to itself
The text was updated successfully, but these errors were encountered: