MySQL Forums
Forum List  »  General

CONCAT_WS results in an error
Posted by: Jo
Date: October 31, 2004 10:21AM

Hi,

everytime I use the "CONCAT_WS" method I get the following error:

[Error while accessing data base.] (2013 : Lost connection to MySQL server during query)

If I use "CONCAT" instead everything is fine.

Here is what I am trying to do:

SELECT bla, blub, CONCAT_WS(',', colX, colY) AS colZ FROM ...

Any ideas?

Best regards

Jo

Options: ReplyQuote


Subject
Written By
Posted
CONCAT_WS results in an error
Jo
October 31, 2004 10:21AM


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.