FUNCTION : vsize
VSIZE returns the number of bytes in the internal representation of expr. If expr is
null, then this function returns null.
This function does not support CLOB data directly. However, CLOBs can be passed in
as arguments through implicit data conversion.
Examples
The following example returns the number of bytes in the last_name column of the
employees in department 10:
SELECT last_name, VSIZE (last_name) "BYTES"
FROM employees
WHERE department_id = 10;
LAST_NAME BYTES
--------------- ----------
Whalen 6
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-1001684/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【差異】LENGTH與VSIZE的區別演示
- javascript 中function(){},new function(),new Function(),Function 摘錄JavaScriptFunction
- $(function(){})與(function($){....})(jQuery)的區別FunctionjQuery
- JavaScript FunctionJavaScriptFunction
- javascript Function()JavaScriptFunction
- sendDataByUdp FunctionUDPFunction
- Substr FunctionFunction
- Function : dumpFunction
- [Bash] functionFunction
- Javascript 物件導向學習1 Function function ObjectJavaScript物件FunctionObject
- DMSQL WITH FUNCTION子句SQLFunction
- JavaScript Function物件JavaScriptFunction物件
- python FunctionPythonFunction
- Function型別Function型別
- jQuery中$(function(){})jQueryFunction
- js的functionJSFunction
- 函式(FUNCTION)函式Function
- oracle function overviewOracleFunctionView
- 常用Function ModuleFunction
- System-FunctionFunction
- Oracle Table FunctionOracleFunction
- oracle function powerOracleFunction
- Function pointers and callbacksFunction
- java.util.function 中的 Function、Predicate、ConsumerJavaFunction
- C++ function pointersC++Function
- JavaScript function 函式JavaScriptFunction函式
- Function.prototype.callFunction
- A.Calculating FunctionFunction
- JavaScript中的 FunctionJavaScriptFunction
- bypass disable_functionFunction
- drools中使用functionFunction
- jasmine.any(Function)ASMFunction
- addEventListener("touchend", function ()_devFunction
- (function($,window,document){.......})用法Function
- Uncaught TypeError: i is not a functionErrorFunction
- oracle INTERNAL_FUNCTIONOracleFunction
- Oracle Deterministic FunctionOracleFunction
- 常用的ABAP functionFunction