- select * from table_Name where lower(name)=lower('aaa') ;
-
- select * from table_Name where upper(name)=upper('aaa') ;
oracle 查询不区分大小写
最新推荐文章于 2025-04-23 02:19:41 发布
本文介绍了如何在SQL中进行大小写不敏感的查询操作,分别使用了lower()和upper()函数来确保查询条件与目标数据的一致性,无论其实际大小写如何。
816

被折叠的 条评论
为什么被折叠?



