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

Commit a905c45

Browse files
authored
added sql colorizer
1 parent 66bfc4b commit a905c45

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/t-sql/xml/xml-schema-namespace.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ ms.author: genemi
3131

3232
## Syntax
3333

34-
```
35-
34+
```syntaxsql
3635
xml_schema_namespace( Relational_schema , XML_schema_collection_name , [ Namespace ] )
3736
```
3837

@@ -61,7 +60,7 @@ xml_schema_namespace( Relational_schema , XML_schema_collection_name , [ Namespa
6160
## Examples
6261
The following example retrieves the XML schema collection `ProductDescriptionSchemaCollection` from the production relational schema in the `AdventureWorks` database.
6362

64-
```
63+
```sql
6564
USE AdventureWorks;
6665
GO
6766
SELECT xml_schema_namespace(N'production',N'ProductDescriptionSchemaCollection');

0 commit comments

Comments
 (0)