There is a name field which is set to alphanumeric in a table, the table is a very very large one. Is there a way to query the list where the name entered in this name field is all numeric?
The table name is list
.
The filed name is holder_name
.
I want to know if there are cases where the holder name is made up of entirely digits like 123456 and holds no letters.
I have tried using like
but that didn't work.