Quote Function

The Quote() function returns single quoted string. It takes one (1) argument as text which will be quoted.

The syntax for Quote function is Quote([ String to Quote ]).

        SELECT Quote('SQL Database .Net') /* returns 'SQL Database .Net' */ ;
    

It is useful when displaying quoted values, for more options to quote see quotevalue function.