I came through an expression -
select * from table where regexp_like(field, '^\d+\D+$');
I'm sure of what the expression does, but please can someone explain what '^\d+\D+$'
refers to exactly?
Thanks.
I came through an expression -
select * from table where regexp_like(field, '^\d+\D+$');
I'm sure of what the expression does, but please can someone explain what '^\d+\D+$'
refers to exactly?
Thanks.