Conversion failed when converting the varchar value '*' to data type int - error

后端 未结 0 1256
忘掉有多难
忘掉有多难 2021-01-19 15:58

I have the following code:

select s.id
from [account].[dbo].[company] c
join [account].[dbo].[member] m on m.id = c.memberId
where
    m.id = 321
    or m.id          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题