sql语句无法绑定由多个部分组成的标识符
uselibraryselectr_barcode,book_barcode,book_idintotable_5fromlend_factwheredbo.lend_f...
use library
select r_barcode,book_barcode,book_id into table_5
from lend_fact
where dbo.lend_fact.r_barcode=dbo.table_4.r_barcode
order by r_barcode
本意是把lend_fact中和table-4中 r_barcode相同的提取出来,哪里错了呢,
消息 4104,级别 16,状态 1,第 2 行
无法绑定由多个部分组成的标识符 "dbo.table_4.r_barcode"。 展开
select r_barcode,book_barcode,book_id into table_5
from lend_fact
where dbo.lend_fact.r_barcode=dbo.table_4.r_barcode
order by r_barcode
本意是把lend_fact中和table-4中 r_barcode相同的提取出来,哪里错了呢,
消息 4104,级别 16,状态 1,第 2 行
无法绑定由多个部分组成的标识符 "dbo.table_4.r_barcode"。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询