Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I'm trying to make an SQL query with the following statement but I keep getiing an error, the main idea is to replace comma with a dot in the cprice column:SELECTcatalogid,ccode,cname,cdescription,REPLACE(cprice,',','.') AS price,cimageurl,extraimage4,extraimage5FROM productsI'll apreciate any helpThanks
Hi,your query looks correct.Where do you edit this SQL query?
Hi,
Thanks for your replay Jane, I edited the SQL query at the start of the asprunner programme (Edit SQL Query).Thanks for your help