摘要:
针对数据量超过千万的表,更新时要分段处理,防止锁死数据库;此例 是每年12个月分开处理 CREATE OR REPLACE FUNCTION "public"."jcy_clean"() RETURNS "pg_catalog"."void" AS $BODY$ -- Routine body go 阅读全文
摘要:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文