UPDATE Employee SET Salary = Salary + 1 OUTPUT INSERTED.Salary WHERE Employee_ID = 2
The key here for displaying the value is 'OUTPUT INSERTED.Salary'
The blog is where ASP.NET and SQL programmers can learn simple tips and tricks
When designing an interactive web page, it is important for you to let the user know that an action initiated by him/her is in progress.One...
1 Komentar
This was helpful .Thanks
Balas