Skip to end of metadata
Go to start of metadata

SQL_ESC()

Synopsis

Escapes single ticks for use in SQL statements.

Description

Used in SQL templates to escape data which may contain single ticks ' which are otherwise used to delimit data.

Example: Escape example

Syntax

SQL_ESC(string)
Arguments
  • string

See Also

Import Version

This documentation was imported from Asterisk Version GIT-19-6436d82

  • No labels