intermediate casting MySQL MariaDB SQL Server PostgreSQL
Convert Values Without Errors Using Safe Casting
Convert strings to numbers (or other types) while returning `NULL` for values that cannot be converted, instead of raising an error that aborts the query.