Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何第三方工具可以将 Vectorwise 查询转换为 Synapse 查询?
不幸的是,没有这样的工具可用。
Azure Synapse 支持 T-SQL 语言来查询和分析数据。您可以使用 SQL Server 和 Azure SQL 数据库上使用的标准 ANSI 兼容 SQL 语言方言进行数据分析。
由于向量查询与 T-SQL 类似,您可以尝试一下 Synapse 是否支持某些语句。否则,您需要用 T-SQL 编写它们并使用它们。