Language Elements (U-SQL)
Updated: April 12, 2017
U-SQL supports the following language elements:
| Language Element | Description |
|---|---|
| Double Slash Comment (U-SQL) | Line comment. |
| Slash Star Comment (U-SQL) | Block comment. |
| USE (U-SQL) | Changes the database or schema context |
| USING Keyword | Used to create an alias for a namespace or to import types defined in other namespaces. |
See Also
Community Additions
ADD
Show: