MySQL BIN() Function
Definition and Usage
The BIN() function returns a binary representation of a number, as a string value.
Syntax
BIN(number)
Parameter Values
| Parameter | Description |
|---|---|
| number | Required. A number |
Technical Details
| Works in: | From MySQL 4.0 |
|---|
More Examples
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.