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

Commit 0ec8a55

Browse files
Type "**@Somedate**"→"**\@Somedate**"
bold with escape characters https://docs.microsoft.com/en-us/sql/t-sql/xml/exist-method-xml-data-type?view=sql-server-2017
1 parent aece9f7 commit 0ec8a55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/xml/exist-method-xml-data-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ select @f;
6666

6767
- The code `cast as xs:date?` is used to cast the value to **xs:date** type for purposes of comparison.
6868

69-
- The value of the **@Somedate** attribute is untyped. In comparing this value, it is implicitly cast to the type on the right side of the comparison, the **xs:date** type.
69+
- The value of the **\@Somedate** attribute is untyped. In comparing this value, it is implicitly cast to the type on the right side of the comparison, the **xs:date** type.
7070

7171
- Instead of **cast as xs:date()**, you can use the **xs:date()** constructor function. For more information, see [Constructor Functions (XQuery)](../../xquery/constructor-functions-xquery.md).
7272

0 commit comments

Comments
 (0)