9.6. 二元字串函式及運算子
Table 9.14. Bit String Operators
44::bit(10) 0000101100
44::bit(3) 100
cast(-44 as bit(12)) 111111010100
'1110'::bit(4)::integer 14Note
Last updated
Was this helpful?