MySQL Forums
Forum List  »  Newbie

Re: function in mysql
Posted by: Jonathan Stephens
Date: September 19, 2014 12:11AM

Hi Sergey,

The MySQL QUOTE() function does *not* add quotes; it *escapes the string*. This is not at all the same thing.

TRIM() does *not* add spaces; it *removes* leading and trailing spaces.

Please see this table of MySQL 5.6 string functions and operators; it lists all of the string functions and operators supported by MySQL 5.6 with a brief description of each, and provides a link from the name of each function/operator to its complete description in the Manual. This should provide you with the info you're looking for.

cheers,

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Written By
Posted
September 18, 2014 12:04PM
Re: function in mysql
September 19, 2014 12:11AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.