Postgresql - 整数的输入语法无效:" x.x"

时间:2016-03-30 11:23:58

标签: sql postgresql

使用ora2pg。 COPYing to table时出现此错误。

ERROR:  invalid input syntax for integer: "2.8" 
CONTEXT:  COPYsome_table, line 1, column col_err: "2.8"

继承我的桌子:

 col1       | bigint                      | NOT NULL
 col2       | timestamp without time zone | NOT NULL
 col_err    | bigint                      |
 col4       | bigint                      |
 col5       | bigint                      |
 col6       | timestamp without time zone |         

来自输入文件的那一行:

COPY some_table(col1,col2,col_err,col4,col5,col6) FROM STDIN;
 10      1999-01-01 00:00:00     2.8     2.8     \N      2009-06-14 00:00:00

我做错了什么?为什么小数点分隔符在这里不起作用?

1 个答案:

答案 0 :(得分:0)

我认为你应该使用android:theme="@style/CleanRideEditText"

DECIMAL

将其更改为您需要的精度。