Hi!
I have a text field in a table and its name is no_id. An exemple of a no_id is: 'AB39MUO1'. An error occured and a user had entered the letters contained in the no_id in lower case (for example: 'ab39muo1').
I'd like to retrieve those records in the table but I don't know how to do this with a select statement:
Select no_id
FROM table_name
WHERE ???
I'd like to retrieve ONLY the no_id that are in lower case...
Any suggestion is welcome!
Thanks!
I have a text field in a table and its name is no_id. An exemple of a no_id is: 'AB39MUO1'. An error occured and a user had entered the letters contained in the no_id in lower case (for example: 'ab39muo1').
I'd like to retrieve those records in the table but I don't know how to do this with a select statement:
Select no_id
FROM table_name
WHERE ???
I'd like to retrieve ONLY the no_id that are in lower case...
Any suggestion is welcome!
Thanks!