I have used it. What it will do is to create a table on the database that you connect to via the connection string and then insert all the rows of your query into that table
The table will have the same name as the name of the query in the data provider eg Query_1_with_UniverseName, so if you want the table to have a specific name then rename your query in the data provider panel.
If the table exists already it will delete all existing values and insert the values in your query
It can be used as a quick way to create tables and load data onto the database instead of loading through sqlloader or similar.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.