You can translate the question and the replies:

executing output of VQL

I need to execute output of a query, what is the best approach. e.g. select x into var from <table>, which returns VQL statement/s, then i need to run these VQL statements through a command. e.g. execute @var
user
19-10-2016 09:59:34 -0400
code

1 Answer

Hi, I suggest creating a query that contains a subquery. In the subquery you can retrieve the VQL statements to be executed. This way, the results can be executed in one VQL query instead of being stored in a variable. Hope this helps!
Denodo Team
19-10-2016 16:31:43 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here