phppgadmin:将浮点数显示为双精度

我使用

创建了一个表
CREATE TABLE "devicedata" (
          "id" serial NOT NULL PRIMARY KEY,"sn" text NOT NULL,"time" text NOT NULL,"zone" text NOT NULL,"icsmain" float NULL,"icsz1" float NULL,"icsz2" float NULL,"icsz3" float NULL,"icsboiler" float NULL,"t1" smallint NULL,"t2" smallint NULL,"t3" smallint NULL,"t4" smallint NULL,"t5" smallint NULL,"t6" smallint NULL,"t7" smallint NULL,"rt1" smallint NULL,"rt2" smallint NULL,"rt3" smallint NULL,"endswitch" smallint NULL,"ps" smallint NULL,"weather" smallint NULL)

它在 phppgadmin 中显示为浮动

phppgadmin:将浮点数显示为双精度

ziruozi 回答:phppgadmin:将浮点数显示为双精度

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/1222003.html

大家都在问