is_numeric returns TRUE if the value is sth like 0883384307, so the value is not wrapped in quotes and we will get the following: ``` phone = 0883384307 ``` That will result in saving the value 883384307 in a postgres database.
is_numeric returns TRUE if the value is sth like 0883384307, so the value is not wrapped in quotes and we will get the following:
That will result in saving the value 883384307 in a postgres database.