Firebird Documentation Index → Firebird 2.1 Language Ref. Update → Internal functions → BIN_SHL() |
Find a more recent version at Firebird 5.0 Language Reference: BIN_SHL()
Available in: DSQL, PSQL
Added in: 2.1
Description: Returns the first argument bitwise left-shifted by the second argument, i.e.
a
<< b
or
a
·2^b
.
Result type: BIGINT
Syntax:
BIN_SHL (number
,shift
)
Firebird Documentation Index → Firebird 2.1 Language Ref. Update → Internal functions → BIN_SHL() |