I don't know of anything inbuilt. You could dump it into a varchar column, remove all the commas (SET field = REPLACE(field, ' ')), then alter column type to decimal?

Ryan


On 23/05/2013 3:41 AM, Rnj wrote:
I'm trying to import a csv file into a h2 database table. I have a number "786,960,000" to be inserted into decimal column. Is there any inbuilt function in h2 database to remove thousand separator in H2? -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to