Page 1 of 1

CONCAT / LOWER / REPLACE in MYSQL Query

Posted: Wed Aug 24, 2016 2:30 pm
by xiaochris
Hi,

I'm trying to execute the following query,when creating new data source

SELECT LOWER(CONCAT('asset2_',REPLACE(AssetType,' ','_'))) FROM assettype2

However, I'm getting these errors.

Error #1088 and #1099

any help?

Re: CONCAT / LOWER / REPLACE in MYSQL Query

Posted: Thu Aug 25, 2016 9:28 am
by HighAley
Hello.

Did you try to run this query on your mysql database? Is it right?
Could you also specify which version of our product you use?

Thank you.