I cannot understand the xml rowpattern of the following code in T-SQL.
OPENXML(@hDoc, N'//item')
All the examples that I found in msdn were like /ROOT/Customer, but I don't understand N'//item'
Any ideas?
The N before any string in SQL Server marks the string as Unicode.
Essentially, the difference between char/varchar/text and nchar/nvarchar/ntext.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With