Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 9884acb

Browse files
author
Matthew Sebolt
authored
Update right-transact-sql.md
1 parent 4d273e2 commit 9884acb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/t-sql/functions/right-transact-sql.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,7 @@ lters
104104
The following example uses `RIGHT` to return the two rightmost characters of the character string `abcdefg`.
105105

106106
```
107-
-- Uses AdventureWorks
108-
109-
SELECT TOP(1) RIGHT('abcdefg',2) FROM dbo.DimProduct;
107+
SELECT RIGHT('abcdefg', 2);
110108
```
111109

112110
[!INCLUDE[ssResult](../../includes/ssresult-md.md)]

0 commit comments

Comments
 (0)