create Proc P_ForumBulletin_Update
@BID varchar(10),
@Title nvarchar(300),
Title
=@Old_Title ntext,
@Title nvarchar(300),
=@Old_Contentntext
AS
update tableA
set [Content]=@Content, Title=@itle 
where BID=@BID and Title=@Old_Title 
and  [Content]=@Old_Content

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-09
  • 2021-12-01
  • 2021-12-06
  • 2022-12-23
猜你喜欢
  • 2021-10-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案