Exporting data out of Power Query via AdoDb route
= Value.NativeQuery( | |
Sql.Database(".", "QueryPower"), | |
"INSERT INTO [dbo].[Demo] VALUES(@key,@value)", | |
[key=10,value="A"]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment