偷偷摘套内射激情视频,久久精品99国产国产精,中文字幕无线乱码人妻,中文在线中文a,性爽19p

Oracle bitand( )函數(shù)簡(jiǎn)介

數(shù)據(jù)庫(kù) Oracle
在Oracle數(shù)據(jù)庫(kù)中,bitand( )函數(shù)返回兩個(gè)數(shù)值型數(shù)值在按位進(jìn)行AND運(yùn)算后的結(jié)果,下面就讓我們一起來(lái)了解一下Oracle bitand( )函數(shù)的語(yǔ)法。

Oracle bitand( )函數(shù)在Oracle數(shù)據(jù)庫(kù)中是很常見(jiàn)的,下面就為您詳細(xì)介紹Oracle bitand( )函數(shù)的用法,如果您感興趣的話,不妨一看。

Oracle bitand( )函數(shù):

返回兩個(gè)數(shù)值型數(shù)值在按位進(jìn)行AND 運(yùn)算后的結(jié)果。
語(yǔ)法
BITAND(nExpression1, nExpression2)
參數(shù)
nExpression1, nExpression2
 
指定按位進(jìn)行AND 運(yùn)算的兩個(gè)數(shù)值。如果 nExpression1 和 nExpression2 為非整數(shù)型,那么它們?cè)诎次贿M(jìn)行 AND 運(yùn)算之前轉(zhuǎn)換為整數(shù)。
 
Oracle bitand( )函數(shù)返回值類型:
數(shù)值型
 
說(shuō)明
BITAND( ) 將 nExpression1 的每一位同 nExpression2 的相應(yīng)位進(jìn)行比較。如果 nExpression1 和 nExpression2 的位都是 1,相應(yīng)的結(jié)果位就是 1;否則相應(yīng)的結(jié)果位是 0。

下表列出對(duì) nExpression1 和 nExpression2 按位進(jìn)行 AND 運(yùn)算的結(jié)果:
 
nExpression1 位 nExpression2 位 結(jié)果位 
0 0 0 
0 1 0 
1 1 1 
1 0 0 
bitand( ) 函數(shù)示例
x = 5&& 二進(jìn)制為 0101
y = 6&& 二進(jìn)制為 0110
? bitand(x,y) && 返回值 4,二進(jìn)制為 0100

-----------------------------------------------------------------------------

以上就是Oracle bitand( )函數(shù)的語(yǔ)法介紹。

 

 

【編輯推薦】

oracle聚合函數(shù)的使用

計(jì)算時(shí)間差的Oracle函數(shù)

oracle自定義函數(shù)的使用

Oracle TRIM函數(shù)語(yǔ)法介紹

Oracle日期函數(shù)簡(jiǎn)介

責(zé)任編輯:段燃 來(lái)源: 互聯(lián)網(wǎng)
相關(guān)推薦

2010-10-25 15:12:42

Oracle日期函數(shù)

2010-10-25 14:47:49

Oracle系統(tǒng)變量函

2011-04-12 13:27:09

Oracle日期函數(shù)

2010-10-25 17:39:24

Oracle單行日期函

2010-04-27 12:51:49

Oracle 函數(shù)de

2010-04-01 09:34:06

Oracle函數(shù)

2009-11-18 16:43:59

2009-11-19 11:00:55

Oracle xmlt

2009-11-16 11:03:44

Oracle INDE

2010-11-19 16:03:20

Oracle分析表

2010-11-15 12:02:24

Oracle進(jìn)程結(jié)構(gòu)

2010-10-28 10:54:46

oracle對(duì)象權(quán)限

2010-10-26 17:41:05

Oracle索引

2010-10-26 11:39:51

Oracle EXPIMP備份

2023-10-11 06:50:32

Oracle數(shù)據(jù)庫(kù)系統(tǒng)

2010-11-18 13:09:19

Oracle case

2015-08-21 12:59:38

Oracle數(shù)據(jù)庫(kù)

2010-04-07 15:47:32

Oracle 11g

2010-10-14 14:01:35

MySQL CONVE

2009-11-11 13:51:23

VS DisplayI
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)