当前位置:网站首页>Oracle/PLSQL: VSize Function
Oracle/PLSQL: VSize Function
2022-06-27 01:35:00 【yuanlnet】
In Oracle/PLSQL, the vsize function returns the number of bytes in the internal representation of an expression.
Syntax
The syntax for the vsize function is:
vsize( expression )
expression is the string to evaluate.
Applies To
- Oracle 11g, Oracle 10g, Oracle 9i, Oracle 8i
For Example
vsize('Tech on the net') | would return 15 |
vsize('Tech on the net ') | would return 16 |
vsize(null) | would return <null> |
vsize('') | would return <null> |
vsize(' ') | would return 1 |
边栏推荐
- get_sequencer的用法总结
- getReader() has already been called for this request
- Amazon ElastiCache 飞速搭建缓存服务集群,这才叫快
- UVM in reporting classes_ report_ Get of server_ severity_ Count and get_ Server usage
- Kept to implement redis autofailover (redisha) 16
- Summary of config mechanism and methods in UVM (2)
- Clip: learning transferable visual models from natural language monitoring
- C语言--职工信息管理系统设计
- 宁愿去996也不要待业在家啦!24岁,失业7个月,比上班更惨的,是没班可上
- XSS笔记(下)
猜你喜欢

IIS 部署静态网站和 FTP 服务

The listing of Fuyuan pharmaceutical is imminent: the net amount raised will reach 1.6 billion yuan, and hubaifan is the actual controller

Pointer compression for JVM

二叉树oj题目
在 IDEA 里看个书很过分嘛!

持续交付-Blue Ocean 应用

接口测试框架实战(一) | Requests 与接口请求构造

ThreadLocal详解

Continuous delivery blue ocean application

Flutter series: flow in flutter
随机推荐
Interface test framework practice (I) | requests and interface request construction
Recursion will make strtok more attractive
Memcached foundation 4
buuctf-pwn write-ups (6)
Oracle/PLSQL: CharToRowid Function
Memcached foundation 2
持续交付-Blue Ocean 应用
Keepalived 实现 Redis AutoFailover (RedisHA)14
在线文本数字识别列表求和工具
XSS笔记(下)
cookie,sessionstorage,localstorage区别
markdown表格(合并)
两个页面之间传参方法
【系统分析师之路】第六章 复盘需求工程(案例论文)
UVM in reporting classes_ report_ Get of server_ severity_ Count and get_ Server usage
[the path of system analyst] Chapter 6: duplicate demand engineering (case paper)
Meituan: data management and pit avoidance strategy summarized after stepping on Thunder for several years
UVM中uvm_config_db在sequence中的使用
Find the minimum value in the rotation sort array ii[classical Abstract dichotomy + how to break the game left, middle and right are equal]
可视化介绍 Matplotlib 和 Plotnine