Firebird Documentation IndexFirebird 2.1 Language Ref. UpdateInternal functions → BIN_SHL()
Firebird Home Firebird Home Prev: BIN_OR()Firebird Documentation IndexUp: Internal functionsNext: BIN_SHR()

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)
Prev: BIN_OR()Firebird Documentation IndexUp: Internal functionsNext: BIN_SHR()
Firebird Documentation IndexFirebird 2.1 Language Ref. UpdateInternal functions → BIN_SHL()