MySQL Forums
Forum List  »  General

Re: Removing white spaces in MySQL
Posted by: Felix Geerinckx
Date: April 28, 2005 02:34AM

Web Girl wrote:

> I need to strip all empty space from the column value.

You could use the TRIM or REPLACE string functions, depending on wether you want to remove trailing/leading spaces or all spaces.

See http://dev.mysql.com/doc/mysql/en/string-functions.html

--
felix

Options: ReplyQuote


Subject
Written By
Posted
April 27, 2005 04:05PM
April 27, 2005 04:46PM
Re: Removing white spaces in MySQL
April 28, 2005 02:34AM


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.