Exporting decimal comma as point

Robbie1974

New member
Local time
Today, 17:23
Joined
Mar 31, 2005
Messages
8
I have a table with the numbers formatted as example 9999,99. My mysql database i'm exporting to uses the point as decimal sign. Can I change my query so it outputs the decimal sign as point instaed of a comma?

In my international setting decimal is a comma and should stay a comma.

Thanks
 
You can export a query rather than a table. The query can use the Format() function to format any column.
 

Users who are viewing this thread

Back
Top Bottom