SHA()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Xpand
Topics on this page:
Overview
See SHA1().
USAGE
SHA(string)
Argument Name | Description |
---|---|
| The string whose checksum is returned |
EXAMPLES
SELECT SHA('mariadb');
+------------------------------------------+
| SHA('mariadb') |
+------------------------------------------+
| 378e3bcac6c74262787a896950a32586db5edb9f |
+------------------------------------------+