Home » MySQL String QUOTE() Function

MySQL String QUOTE() Function

by Online Tutorials Library

MySQL QUOTE() Function

Quote(str) is a Sring function of MySQL. This method returns the string which is passed in single quote.

Syntax

Example 1

Output:

MySQL String QUOTE() Function

Example 2

Output:

MySQL String QUOTE() Function

Next TopicMySQL String

You may also like