摘要:
1、先建一个函数,用来执行触发器启动后要执行的脚本 2、建表的触发器, 阅读全文
摘要:
CREATE OR REPLACE FUNCTION "public"."pm25_aqi"("pm25_nd" numeric) RETURNS "pg_catalog"."int4" AS $BODY$ DECLARE RET numeric; IAQI_1 numeric; IAQI_2 numeric; IAQI_3 numeric; IAQI... 阅读全文