RAISERROR syntax
Given this RAISERROR statement
RAISERROR('You cannot apply a 50%% discount on %s number %d', 6, 1, 'product', 5);
Which of the following outputs will you get if you execute this code?
Diese Übung ist Teil des Kurses
Transactions and Error Handling in SQL Server
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
Übung starten