CONCAT / LOWER / REPLACE in MYSQL Query
Posted: Wed Aug 24, 2016 2:30 pm
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?
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?