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...
You might want to include a trick to allow the user to skip the prompt
example
('SKIP' in @prompt('Enter month or type SKIP to ignore this prompt','A','Class\Object',multi,constrain)
OR
Month in @prompt('Enter month or type SKIP to ignore this prompt','A','Class\Object',multi,constrain))
You...
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.