How can I insert number in language specific format to Postgresql database (locale are set)? Numbers are like this: 2,4
or: 4,5
(comma instead dot - that is correct in many languages). Should I convert them to the "doted" format before insert? Thanks.
Dismiss
Announcing Stack Overflow Documentation
We started with Q&A. Technical documentation is next, and we need your help.
Whether you're a beginner or an experienced developer, you can contribute.
|
|||
|
The parameter
Then you can
See the documentation for the meaning of the format string. |
|||
|