Method Mysql.SqlTable()->quote()
- Method quote
 localstringquote(strings)- 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.