if object_id('str_EatDefaultR_object')is not null
    drop proc str_EatDefaultR_object
--go -- 失败

go --成功
CREATE PROCEDURE str_EatDefaultR_object
AS
BEGIN
    select * from dbo.Eat_Object
END
GO

相关文章:

  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
  • 2021-09-19
  • 2022-12-23
  • 2022-12-23
  • 2021-07-27
相关资源
相似解决方案