Is there a built in way of computing a checksum on a field, a group of fields or a whole record in a Teradata table?
Example:
Select Checksum(field1) as check_1, checksum(*) as check_2
from table
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.