MySQLAggregate FunctionsBIT_XOR
BIT_OR

BIT_XORAggregate Functions

ROW_NUMBER

Returns the bitwise XOR aggregate.

Syntax

BIT_XOR(expr)

Example

Enter values below to update the example in real time.

row_checksum
audit_log
batch_id
SELECT BIT_XOR(checksum) AS row_checksum
FROM audit_log
WHERE batch_id = 100;