您好, 欢迎来到 !    登录 | 注册 | | 设为首页 | 收藏本站

我怎么知道oracle 9i中哪些值是数字的

我怎么知道oracle 9i中哪些值是数字的

我设法这样解决

select my_column
from my_table
where my_column not like '%1%'
and my_column not like '%2%'
and my_column not like '%3%'
and my_column not like '%4%'
and my_column not like '%5%'
and my_column not like '%6%'
and my_column not like '%7%'
and my_column not like '%8%'
and my_column not like '%9%'
and my_column not like '%0%'

脏,但是可以用。;)

Oracle 2022/1/1 18:49:20 有719人围观

撰写回答


你尚未登录,登录后可以

和开发者交流问题的细节

关注并接收问题和回答的更新提醒

参与内容的编辑和改进,让解决方法与时俱进

请先登录

推荐问题


联系我
置顶