当前位置:网站首页>Oracle/PLSQL: To_Clob Function
Oracle/PLSQL: To_Clob Function
2022-06-27 01:35:00 【yuanlnet】
In Oracle/PLSQL, the to_clob function converts a LOB value from the national character set to the database character set.
Syntax
The syntax for the to_clob function is:
to_clob( expression )
expression can either be a lob_column, char, varchar2, nchar, nvarchar2, clob or nclob value.
Applies To
- Oracle 11g, Oracle 10g, Oracle 9i
For Example
select to_clob(nclob_column)
from suppliers;
This example would convert the value in the field called nclob_column to a CLOB value.
边栏推荐
- memcached基础2
- On the operation mechanism of numpy array
- 通过Rust语言计算加速技术突破图片识别性能瓶颈
- Oracle/PLSQL: VSize Function
- Keepalived 实现 Redis AutoFailover (RedisHA)17
- memcached基础6
- 宁愿去996也不要待业在家啦!24岁,失业7个月,比上班更惨的,是没班可上
- The listing of Fuyuan pharmaceutical is imminent: the net amount raised will reach 1.6 billion yuan, and hubaifan is the actual controller
- Reporting Classes中uvm_report_server的get_severity_count和get_server用法
- Ml: a detailed introduction to the division of the top ten roles, backgrounds, responsibilities and outputs of the machine learning engineering team
猜你喜欢

Ml: a detailed introduction to the division of the top ten roles, backgrounds, responsibilities and outputs of the machine learning engineering team

Pointer compression for JVM

在连接数据库的时候遇到了点问题,请问怎么解决呀?

清华&智源 | CogView2:更快更好的文本图像生成模型

可视化介绍 Matplotlib 和 Plotnine

Markdown table (consolidated)

Due to the invalidation of the prospectus of bori technology, CICC has stopped providing guidance to it and abandoned the listing on the Hong Kong stock exchange?

Break through the performance bottleneck of image recognition through rust language computing acceleration technology

JVM 的指针压缩

getReader() has already been called for this request
随机推荐
ML:机器学习工程化之团队十大角色背景、职责、产出物划分之详细攻略
Meituan: data management and pit avoidance strategy summarized after stepping on Thunder for several years
Arbre binaire OJ sujet
Kept to implement redis autofailover (redisha) 13
Summary of working at home during the epidemic | community essay solicitation
Memcached foundation 3
Interface isolation principle
Hibernate generates SQL based on Dialect
Oracle/PLSQL: Trim Function
JVM 的指针压缩
美团:踩雷好几年,才总结出的数据治理避坑攻略
memcached基础4
Memcached foundation 1
Memcached foundation 4
George Washington University: Hanhan Zhou | PAC: auxiliary value factor decomposition with counterfactual prediction in Multi-Agent Reinforcement Learning
SystemVerilog simulation speed increase
UVM in reporting classes_ report_ Get of server_ severity_ Count and get_ Server usage
Modeling specifications: environment settings
Interface test framework practice (I) | requests and interface request construction
I encountered some problems when connecting to the database. How can I solve them?