查询以混合大小写提取名称 [英] Query to fetch name with mixed case

查看:60
本文介绍了查询以混合大小写提取名称的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,


你们中的任何人都可以向我发送查询,仅获取具有大小写混合名称的用户名(大写和小写)。


查询只获取大写字母名称?


谢谢。

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.

推荐答案

你可以发布你正在处理的查询。
Can you post the query that you are working on.



你可以发布你正在处理的查询。
Can you post the query that you are working on.






我没试过那个.....因为我不熟悉。


你可以帮忙吗。


Hi,

I hv not tried that one .....as i am not familiar with that .

Can u help.


select table from tablename regexp_like(name,''[AZ]''); - 我执行了这个查询并在第1行得到了


错误:ORA-00920:无效的关系运算符
select * from tablename where regexp_like(name,''[A-Z]''); - I executed this query and got

ERROR at line 1:ORA-00920: invalid relational operator


这篇关于查询以混合大小写提取名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆