oracle中:一列数据,字段包含中文,英文,数字,符号,现在只要中文的,应该如何查询,求大神。

[复制链接]
查看11 | 回复2 | 2013-5-29 10:53:51 | 显示全部楼层 |阅读模式
--建一个函数create or replace function get_chinese(p_name in varchar2) return varchar2asv_code
varchar2(30000) := '';v_chinesevarchar2(4000):= '';v_comma
pls_integer;v_code_q pls_integer;v_code_w pls_integer;beginif p_name is not null then
select replace(substrb(dump(p_name,1010),ins...
回复

使用道具 举报

千问 | 2013-5-29 10:53:51 | 显示全部楼层
上网查一下ASC编码中文的编码区段,select * from 表 where asc区段判断...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行