📜  raiserror with nowait - SQL 代码示例
📅  最后修改于: 2022-03-11 15:05:14.894000             🧑  作者: Mango
代码示例1
-- Show a message immediately to the Messages box.
RAISERROR ('Now that''s what I call a message!', 0, 1) WITH NOWAIT