(FAQ)科目增加中断报错,"FISUPDATING": invalid identifier

版本: 7.0.1
模块: 主数据
【答复】:
问题原因: t_bas_transaction 表中缺少fisupdating字段,请执行下列脚本解决 1、执行脚本增加字段 if not exists (select * from KSQL_USERCOLUMNS where KSQL_COL_NAME ='fisupdating' and KSQL_COL_TABNAME='t_bas_transaction') alter table t_bas_transaction add fisupdating int default 0; 2、上面脚本执行完后,再执行下列脚本初始化此字段 update t_bas_transaction set fisupdating = 0;
问题原因: t_bas_transaction 表中缺少fisup
(FAQ)科目增加中断报错,"FISUPDATING": invalid identifier
【问题】: (FAQ)科目增加中断报错,"FISUPDATING": invalid identifier版本: 7.0.1 模块: 主数据【答复】:问题原因: t_bas_transac...
点击下载文档文档为doc格式
声明:除非特别标注,否则均为本站原创文章,转载时请以链接形式注明文章出处。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
上一篇
已经是第一篇
下一篇



