- 1696 Views
- 0 replies
- 2 kudos
- 1696 Views
- 0 replies
- 2 kudos
- 17101 Views
- 11 replies
- 10 kudos
Has anyone done this and share details? I have a sample sql which ran on large SQL endpoint in 8min and synapse 1000DWU setting in 1hr. On small SQL endpoint it took 34min. What's the equivalent SQL Endpoint compute for Synapse@1000DWU? I know there ...
- 17101 Views
- 11 replies
- 10 kudos
by
151640
• Databricks Partner
- 1634 Views
- 2 replies
- 0 kudos
Resultset returned by DatabaseMetadata.getColumns does not include the variant column in a table. Only includes the non-variant column.Databricks JDBC driver 02.06.40.1071create table tvariant(rnum int, c1 variant);
- 1634 Views
- 2 replies
- 0 kudos
Latest Reply
Hi @151640 ,According to the documentation VARIANT data type in not supported by Databricks JDBC driver.Here is the list of supported data types:
1 More Replies