Skip to end of metadata
Go to start of metadata

SQL_ESC_BACKSLASHES()

Synopsis

Escapes backslashes for use in SQL statements.

Description

Used in SQL templates to escape data which may contain backslashes {{}} which are otherwise used to escape data.

Example: Escape with backslashes example

Syntax

SQL_ESC_BACKSLASHES(string)
Arguments
  • string

See Also

Import Version

This documentation was imported from Asterisk Version GIT-20-a9223f2

  • No labels