數據類型 varchar 和 uniqueidentifier 在 add 運算符中不兼容

    select '<a href="/'+a.id +'" title="'+ a.title +'">'+a.Title+'</a>'
     from dbo.ticles a;

 

解決辦法:spa

使用:  cast ,code

修改以後:blog

 select '<a href="/'+cast(a.Id as varchar(8000))  from dbo.ticles  a; 
相關文章
相關標籤/搜索