Extracted from Pike v8.0 release 28 as of 2015-08-03.
   

Method Mysql.SqlTable()->quote()


Method quote

local string quote(string s)

Description

Quotes a string literal for inclusion in an SQL statement, e.g. in a WHERE clause to select.

Note

Most functions here take raw string literals. Quoting is seldom necessary.