Skip to content

Commit 2ac03d9

Browse files
authored
Correct Casing of AFTEr in XQUERY functions
New PR of [6824](#6824), due to conflicts and oddity in the merging in my prior PR from Live.
1 parent bf779df commit 2ac03d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/xml/insert-xml-dml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ SELECT @myDoc ;
9191
SELECT @myDoc ;
9292
SET @myDoc.modify('
9393
insert <BikeFrame>Strong long lasting</BikeFrame>
94-
AFTER (/Root/ProductDescription/Features/Material)[1]
94+
after (/Root/ProductDescription/Features/Material)[1]
9595
') ;
9696
SELECT @myDoc;
9797
GO

0 commit comments

Comments
 (0)