sql语句执行报错
select count(*) from tb_table2 left join tb_table1 on tb1_id=tb2_c001 left join tb_user s1 on tb_table2.pub_crtusid=s1.tb_use_id left join tb_user s2 on tb_table2.pub_fupdusid=s2.tb_use_id where tb1_c007='p_ac011_0'我的数据库的两个连接服务中,一个查询没问题,另一个查询就会报错。实在想不出来是咋弄,求解
报错原因:Error converting data type nvarchar to bigint.
[此贴子已经被作者于2022-1-27 18:00编辑过]