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

Commit 92cd31b

Browse files
fixed typo
Unescaped unnecessarily HTML escaped character.
1 parent 884ea7d commit 92cd31b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Result
145145
### B. PARSE with currency symbol
146146

147147
```sql
148-
SELECT PARSE('€345,98' AS money USING 'de-DE') AS Result;
148+
SELECT PARSE('345,98' AS money USING 'de-DE') AS Result;
149149
```
150150

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

0 commit comments

Comments
 (0)