|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册账号
×
U63.2的演示帐套无法升级到U63.2Plus1
出来提示列名无效,下面是错误报告:
数据库名: UFDATA_991_2007
DATA_View_BOM_NS_03_32_PLUS1, DATA_View_BOM_NS_03_32_PLUS1
错误信息:
-2147217900
列名 'cdefine22' 无效。
执行如下语句时出错:
Create view pp_q_bomopt
as
select top 100 percent
dbo.ProstruOpt.cinvcode as cinvcode,
dbo.inventory.cinvname as cinvname,
dbo.inventory.cinvstd as cinvstd,
dbo.inventory.cinvaddcode as cinvaddcode,
dbo.inventory.ccomunitcode,
dbo.prostruopt.cdefine22,dbo.prostruopt.cdefine23,dbo.prostruopt.cdefine24,dbo.prostruopt.cdefine25,
dbo.prostruopt.cdefine26,dbo.prostruopt.cdefine27,dbo.prostruopt.cdefine28,dbo.prostruopt.cdefine29,
dbo.prostruopt.cdefine30,dbo.prostruopt.cdefine31,dbo.prostruopt.cdefine32,dbo.prostruopt.cdefine33,
dbo.prostruopt.cdefine34,dbo.prostruopt.cdefine35,dbo.prostruopt.cdefine36,dbo.prostruopt.cdefine37,
dbo.computationunit.ccomunitname as ccomunitname,
dbo.ProstruOpt.tdQtyN as tdqtyn,
dbo.ProstruOpt.tdQtyD as tdqtyd,
dbo.warehouse.cwhname as cwhname,
dbo.ProstruOpt.cwhcode,
dbo.ProstruOpt.cpersonname as cpersonname,
dbo.ProstruOpt.cfree1 as cfree1,
dbo.ProstruOpt.cfree2 as cfree2,
dbo.ProstruOpt.cfree3 as cfree3,
dbo.ProstruOpt.cfree4 as cfree4,
dbo.ProstruOpt.cfree5 as cfree5,
dbo.ProstruOpt.cfree6 as cfree6,
dbo.ProstruOpt.cfree7 as cfree7,
dbo.ProstruOpt.cfree8 as cfree8,
dbo.ProstruOpt.cfree9 as cfree9,
dbo.ProstruOpt.cfree10 as cfree10,
dbo.inventory.cinvdefine1,dbo.inventory.cinvdefine2,dbo.inventory.cinvdefine3,dbo.inventory.cinvdefine4,
dbo.inventory.cinvdefine5,dbo.inventory.cinvdefine6,dbo.inventory.cinvdefine7,dbo.inventory.cinvdefine8,
dbo.inventory.cinvdefine9,dbo.inventory.cinvdefine10,dbo.inventory.cinvdefine11,dbo.inventory.cinvdefine12,
dbo.inventory.cinvdefine13,dbo.inventory.cinvdefine14,dbo.inventory.cinvdefine15,dbo.inventory.cinvdefine16,
dbo.ProstruOpt.ccaacomunitcode,
computationunit_1.ccomunitname as ccaacomunitname ,
dbo.ProstruOpt.compsubid,dbo.ProstruOpt.autoid,
dbo.ProstruOpt.Sequence as sequence,
convert(char,convert(money,dbo.ProstruOpt.ufts),2) as ufts
from dbo.ProstruOpt
inner join dbo.inventory on dbo.ProstruOpt.cinvcode = dbo.inventory.cinvcode
left join dbo.computationunit computationunit_1 on dbo.ProstruOpt.ccaacomunitcode = computationunit_1.ccomunitcode
left join dbo.warehouse on dbo.ProstruOpt.cwhcode = dbo.warehouse.cwhcode
left join dbo.computationunit on dbo.inventory.ccomunitcode = dbo.computationunit.ccomunitcode
order by ProstruOpt.Sequence,ProstruOpt.CompSubId |
|