luhn_check
function
Applies to: Databricks SQL
Databricks Runtime 13.0 and later
Returns true
if numStr
passes the Luhn algorithm check.
The Luhn algorithm is used for example, to validate creditcard numbers.
Updated Sep 25, 2023
luhn_check
function Applies to: Databricks SQL
Databricks Runtime 13.0 and later
Returns true
if numStr
passes the Luhn algorithm check.
The Luhn algorithm is used for example, to validate creditcard numbers.