I use MYSQL 5.0
I have a table with a field named ArticlePrice.
The content of the ArticlePrice field looks like this 10.50
My question is: is there an environment variable or system variable MYSQL who can change the locale currency in to Europe setting
.
So that the content of the ArticlePrice field looks like this 10,50
Thank,
André