Forum Discussion
Anonymous
3 years agoNot applicable
Data types for SQL endpoints
What are the data types supported in the warehouse tables of SQL Endpoint?
1 Reply
- AnonymousNot applicable
The table columns in warehouse tables of SQL Endpoint are derived from the source Delta types. These include: bigint, bit, int, smallint, float, real, date, datetime2, char(n) with Latin1_General_100_BIN2_UTF8 collation, varchar(n) (MAX) with Latin1_General_100_BIN2_UTF8 collation and varbinary(n).