CONCAT / LOWER / REPLACE in MYSQL Query

Stimulsoft Reports.PHP discussion
Post Reply
xiaochris
Posts: 26
Joined: Wed Feb 03, 2016 1:27 am

CONCAT / LOWER / REPLACE in MYSQL Query

Post 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?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: CONCAT / LOWER / REPLACE in MYSQL Query

Post 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.
Post Reply