D
diamond~
Unregistered / Unconfirmed
GUEST, unregistred user!
使用sql server 做为数据库
lsb(帐户流水表)
zh zhmc je
1001 12.1
1002 123.1
1003 123.15
1001 12.12
1003 123.12
xxb(帐户信息表)
zh zhmc
1001 公用事业费
1002 财政专户
1003 其它
如何将帐户名称添加到帐户流水表中
update set zh=select lsb,xxb where lsb.zh=xxb.zh and zh in (select zh from xxb)
无法通过,请协助查明原因。
lsb(帐户流水表)
zh zhmc je
1001 12.1
1002 123.1
1003 123.15
1001 12.12
1003 123.12
xxb(帐户信息表)
zh zhmc
1001 公用事业费
1002 财政专户
1003 其它
如何将帐户名称添加到帐户流水表中
update set zh=select lsb,xxb where lsb.zh=xxb.zh and zh in (select zh from xxb)
无法通过,请协助查明原因。