Find the checksum of the values in a group. Null values are ignored.
CHECKSUM_AGG ( [ ALL | DISTINCT ] expression )
ALL
Applies the aggregate function to all values. ALL is the default.
DISTINCT
Specifies that CHECKSUM_AGG returns the checksum of unique values.
expression
Is an integer expression. Aggregate functions and subqueries are not allowed.
Copyright ©2022 coderraj.com. All Rights Reserved.