Skip to content

Commit c293fa5

Browse files
authored
capitalized the keywords
1 parent 0814b46 commit c293fa5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/t-sql/queries/hints-transact-sql-query.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,8 @@ GO
433433

434434
```sql
435435
CREATE PROCEDURE dbo.RetrievePersonAddress
436-
@city_name nvarchar(30),
437-
@postal_code nvarchar(15)
436+
@city_name NVARCHAR(30),
437+
@postal_code NVARCHAR(15)
438438
AS
439439
SELECT * FROM Person.Address
440440
WHERE City = @city_name AND PostalCode = @postal_code

0 commit comments

Comments
 (0)