學習dump函式
5,學習dump函式
select dump('1') from dual
union all
select dump('我') from dual
union all
select dump('1我') from dual
union all
select dump('我') from dual
union all
select dump('a') from dual
執行結果
Typ=96 Len=1: 49
Typ=96 Len=2: 206,210
Typ=96 Len=3: 49,206,210
Typ=96 Len=2: 206,210
Typ=96 Len=1: 97
小結:len表明位元組長度
冒號後表明儲存的內容
1我是3個位元組,因為我是2個位元組
select dump('1') from dual
union all
select dump('我') from dual
union all
select dump('1我') from dual
union all
select dump('我') from dual
union all
select dump('a') from dual
執行結果
Typ=96 Len=1: 49
Typ=96 Len=2: 206,210
Typ=96 Len=3: 49,206,210
Typ=96 Len=2: 206,210
Typ=96 Len=1: 97
小結:len表明位元組長度
冒號後表明儲存的內容
1我是3個位元組,因為我是2個位元組
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9240380/viewspace-745266/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- DUMP函式函式
- 【函式】DUMP函式
- oracle dump 函式Oracle函式
- Oracle dump函式Oracle函式
- Oracle的dump函式Oracle函式
- 函式學習函式
- PostgreSQL DBA(73) - dump函式SQL函式
- Oracle dump函式的用法Oracle函式
- DUMP函式(轉載eygle)函式
- 【Mysql 學習】日期函式函式MySql函式
- spark RDD的學習,filter函式的學習,split函式的學習SparkFilter函式
- MySQL函式學習(一)-----字串函式MySql函式字串
- 函式學習五函式
- 函式學習六函式
- 函式學習三函式
- 函式學習四函式
- 函式學習二函式
- 函式的學習函式
- 學習Rust 函式Rust函式
- ORACLE函式學習Oracle函式
- DUMP函式結果的意思函式
- systemstat dump學習整理
- oracle dump函式解析_字符集Oracle函式
- 字串函式學習三字串函式
- 字串函式學習一字串函式
- 字串函式學習二字串函式
- TypeScript學習(二)—— 函式TypeScript函式
- js學習二函式JS函式
- 【Mysql 學習】流程函式MySql函式
- 分析函式的學習函式
- numpy學習回顧-數學函式及邏輯函式函式
- 一個有用的函式-實現dump函式的convert!函式
- PHP 自己實現var_dump函式PHP函式
- 在其他框架中使用 dump () & dd () 函式框架函式
- SQL--瞭解DUMP函式(轉載)SQL函式
- Oracle dump函式的與utl_rawOracle函式
- Java學習隨筆(函式式介面)Java函式
- [alter system dump學習1]alter system dump logfile