Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/database/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Database 如何以1.165e+的形式导入浮点数据;10到postgreSQL?_Database_Postgresql_Types_Floating Point - Fatal编程技术网

Database 如何以1.165e+的形式导入浮点数据;10到postgreSQL?

Database 如何以1.165e+的形式导入浮点数据;10到postgreSQL?,database,postgresql,types,floating-point,Database,Postgresql,Types,Floating Point,我已经在PostgreSQL网站上检查了有关此问题的数据类型,但没有找到任何与1.0495e+5 是否有与此格式匹配的数据类型 如果没有 如何将1.0495e+5转换为104950?有什么问题?PostgreSQL 9.3 postgres=# select 1.0495e+5; ?column? ────────── 104950 (1 row) @埃里克:对不起,我太匆忙了。这是错误的。

我已经在PostgreSQL网站上检查了有关此问题的数据类型,但没有找到任何与
1.0495e+5

是否有与此格式匹配的数据类型

如果没有


如何将
1.0495e+5
转换为
104950

有什么问题?PostgreSQL 9.3

postgres=# select 1.0495e+5;
 ?column? 
──────────
   104950
(1 row)

@埃里克:对不起,我太匆忙了。这是错误的。