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.