string public
\Bitrix\Main\DB\SqlHelper::quote(
string $identifier
);
This non-static method returns quoted identifier.
For example, title becomes:
`Title` for MySQL
"TITLE" for Oracle
[Title] for Ms SQL
Parameters
Parameter | Description | Version |
$identifier | Table or column name. | |
See Also
Examples