Method Mysql.SqlTable()->quote()
- Method
quote
 
- local- stringquote(- 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.