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