-
Notifications
You must be signed in to change notification settings - Fork 714
feat(ddl): create_table should support inserting into different schemas #6821
Copy link
Copy link
Closed
Labels
ddlIssues related to creating or altering data definitionsIssues related to creating or altering data definitionsfeatureFeatures or general enhancementsFeatures or general enhancementsmssqlThe Microsoft SQL Server backendThe Microsoft SQL Server backendsqlBackends that generate SQLBackends that generate SQL
Description
Discussed in #6402
Originally posted by nikhilmakan02 June 8, 2023
Hi All
I am wondering if we have a pandas DataFrame can this be appended to an existing table in a MSSQL database using Ibis? I thought I saw this in the docs somewhere but after running through it again I can't seem to find it.
I am using MSSQL as my backend, I know I can build a query expression in SQL and execute this through Ibis as one option.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ddlIssues related to creating or altering data definitionsIssues related to creating or altering data definitionsfeatureFeatures or general enhancementsFeatures or general enhancementsmssqlThe Microsoft SQL Server backendThe Microsoft SQL Server backendsqlBackends that generate SQLBackends that generate SQL
Type
Projects
Status
done