Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
szatyinadam authored and aolle committed Dec 1, 2022
1 parent 8db9ff3 commit 71ec361
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ EXEC ListCustomers ‘USA’

=== Injectable Stored Procedure (Microsoft SQL Server)
-------------------------------------------------------
CREATE PROEDURE getUser(@lastName nvarchar(25))
CREATE PROCEDURE getUser(@lastName nvarchar(25))
AS
declare @sql nvarchar(255)
set @sql = 'SELECT * FROM users WHERE
Expand Down

0 comments on commit 71ec361

Please sign in to comment.