i have a table of users:-
|usersname|
| 52125 |
| John |
| kathy |
| 52451 |
I need to delete entries where username is made of only numbers like 52125 and 52451. i don't want to delete john and kathy. datatype of column is varchar and I'm using PostgreSQL. can someone help.