luhn_check
function
Applies to: Databricks SQL
Databricks Runtime 13.3 LTS and above
Returns true
if numStr
passes the Luhn algorithm check.
The Luhn algorithm is used for example, to validate creditcard numbers.
更新しました 2025/02/18
luhn_check
function Applies to: Databricks SQL
Databricks Runtime 13.3 LTS and above
Returns true
if numStr
passes the Luhn algorithm check.
The Luhn algorithm is used for example, to validate creditcard numbers.