如何将 excel 文件中的数据复制到 Azure DataStudio 以使用它创建 table? (在 mac 上)谢谢

How can I copy data from an excel file into Azure DataStudio to create a table with it? (on a mac) thanks

我有一个 table 我在 excel 制作的,我想在我的 Azure DataStudio 中有相同的 table,我怎样才能复制数据?谢谢!

您需要安装扩展 SQL Server Import。此外,您应该有一个数据库服务器和一个可以使用的数据库。该扩展提供了一个导入向导,您可以通过单击 Ctrl + I 打开该向导。

N.B: 向导将创建一个新的 table,无法将数据插入现有的 table

您将在这篇文章中找到更多详细信息 https://docs.microsoft.com/en-us/sql/integration-services/import-export-data/import-and-export-data-with-the-sql-server-import-and-export-wizard?view=sql-server-ver15