Posts by Rafion Torres • 1 point
1 post
-
-1
votes7
answers54187
viewsA: Remove letters and special characters in a select
use the function case with REGEXP: case when numero REGEXP '^[0-9]+$' then numero else 0 end as numero
1 post
-1
votes7
answers54187
viewsuse the function case with REGEXP: case when numero REGEXP '^[0-9]+$' then numero else 0 end as numero