For the complete documentation index, see llms.txt. This page is also available as Markdown.

Checksum Functions

Generate and verify hash values for data integrity.

MD5( <string>)

Returns a 32-character hex-encoded string.

Support Datatype is String

> SELECT md5('e6data');
4243d9280fa40f9bfcfe376dfdff9234

Last updated