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

Commit 27527af

Browse files
authored
Add space between sentences
1 parent a8c2ce7 commit 27527af

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
@@ -128,7 +128,7 @@ GO
128128
```
129129

130130
### C. Inserting attributes into a document
131-
The following example illustrates how attributes are inserted in a document.First, a document is assigned to an **xml** type variable. Then, a series of **insert** XML DML statements is used to insert attributes into the document. After each attribute insertion, the SELECT statement displays the result.
131+
The following example illustrates how attributes are inserted in a document. First, a document is assigned to an **xml** type variable. Then, a series of **insert** XML DML statements is used to insert attributes into the document. After each attribute insertion, the SELECT statement displays the result.
132132

133133
```
134134
USE AdventureWorks;

0 commit comments

Comments
 (0)