string public
\Bitrix\Main\DB\SqlHelper::getLengthFunction(
string $field
);
This non-static method returns SQL function for getting field length or database expression.
$field
parameter is SQL unsafe.
Parameters
Parameter | Description | Version |
$field | Database field or expression. | |
Examples