I would like to be able to query several handles at once, where the tables have the same format like:
handles: 8000,8001,8003 tables: foo
Want to do something like:
x:hopen `8000`8001`8003
x select from foo col1,col2
So i get rows from each foo table on each handle.
Is there a way to achieve this?
Thank you