Share via


Simple Built-In U-SQL Types

Summary

The following shows the list of supported simple column types.

Syntax

Simple_Type :=                                                                                           
     Numeric_Type
|    Textual_Type
|    Temporal_Type
|    Other_Type.

See Also