Quote:
|
Originally Posted by n_i
You could try using a hash function to compare the two string... Create a UDF that calculates a numeric hash value based on a given string; you then will be able to compare hash values for the two strings, "before" and "after".
|
Ok, but in order to use this function, I must SUPPLY the new and old values as parameters, and here I get the same error (because the new and old values are referred in the trigger body, no matter how or where they are referred).
So, the problem becomes impossible to solve
Other ideas?