學習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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- PostgreSQL DBA(73) - dump函式SQL函式
- 函式學習函式
- [20191002]函式dump的bug.txt函式
- spark RDD的學習,filter函式的學習,split函式的學習SparkFilter函式
- MySQL函式學習(一)-----字串函式MySql函式字串
- 函式學習五函式
- 函式學習二函式
- 函式學習四函式
- 函式學習六函式
- 函式學習三函式
- 函式的學習函式
- 學習Rust 函式Rust函式
- PHP 自己實現var_dump函式PHP函式
- Python學習之函式Python函式
- 字串函式學習三字串函式
- 字串函式學習二字串函式
- 字串函式學習一字串函式
- TypeScript學習(二)—— 函式TypeScript函式
- numpy學習回顧-數學函式及邏輯函式函式
- Java學習隨筆(函式式介面)Java函式
- async函式學習筆記。函式筆記
- 函式 - Go 學習記錄函式Go
- Python學習之zip函式Python函式
- Haskell學習-高階函式Haskell函式
- 學習Scala 方法與函式函式
- JS的學習理解--->函式JS函式
- 深度學習(啟用函式)深度學習函式
- 生成函式 學習筆記函式筆記
- go語言學習-函式Go函式
- 深度學習——loss函式的學習筆記深度學習函式筆記
- C#學習 數學函式(21)C#函式
- PHP 學習總結之函式PHP函式
- Python學習-字串函式操作1Python字串函式
- Python學習-字串函式操作3Python字串函式
- 函式 -- 就要學習 Go 語言函式Go
- Golang學習筆記-1.6 函式Golang筆記函式
- JavaScript學習筆記 - 原生函式JavaScript筆記函式
- Python學習之路7-函式Python函式
- MYSQL學習筆記14: 函式MySql筆記函式