Oracle中decode()函數的提示

來源:互聯網
上載者:User

一、軟體環境

1、windows nt4.0+oracle 8.0.4

2、oracle安裝路徑為:c:\orant

二、含義解釋

 

三、使用方法

1、比較大小

select decode(sign(變數1-變數2),-1,變數1,變數2) from dual; --取較小值

sign()函數根據某個值是0、正數還是負數,分別返回0、1、-1

例如:

變數1=10,變數2=20

則sign(變數1-變數2)返回-1,decode解碼結果為“變數1”,達到了取較小值的目的。

2、表、視圖結構轉化

現有一個商品銷售表sale,表結構為:

 

想要轉化為以下結構的資料:

 

結構轉化的sql語句為:

 

相關文章】

  • 輕鬆修改Oracle資料庫表的大小
  • Oracle使用的hints調整機制
  • Oracle的遠程複製與異地容災的經典解析

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.