Hi,
I'm using this sql syntax to append data into a new table (+ some additional columns 'test1' and 'test2'):
strsqlb = "SELECT *, format('25','currency') as test1, 0 as test2 INTO table2 FROM (select * from table1);"
I would have expected that in field 'test1', the format of the data is...