Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

Data types for SQL endpoints

What are the data types supported in the warehouse tables of SQL Endpoint?

1 Reply

  • Anonymous's avatar
    Anonymous
    Not 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).