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