IsValidPhonenumber
Last updated
Last updated
The IsValidPhonenumber()
function checks whether the input value has a valid phone number format.
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns true
if Phone_number has a valid phone number format
Returns false
if Phone_number has not a valid phone number format.
Name | Type | Required | Description |
---|---|---|---|
phone_number | text | the phone number that the function validates. |