User Profile
Collapse
-
Found the query:
select name from tablename where name != lower(name);
Hope this will help others... -
select * from tablename where regexp_like(nam e,'[A-Z]'); - I executed this query and got
ERROR at line 1:ORA-00920: invalid relational operatorLeave a comment:
-
Hi,
I hv not tried that one .....as i am not familiar with that .
Can u help....Leave a comment:
-
Query to fetch name with mixed case
Hi All,
Can anyone of you send me a query to fetch only the name of the users who has name in mixed case (lower and upper case) .
And query to fetch only name with upper case ?
Thanks.
No activity results to display
Show More
Leave a comment: