RBQL
RBQL copied to clipboard
How to do consecutive queries
In the docs about not supporting nested queries you say you can run consecutive queries. Does that mean we can run multiple queries in the RBQL Console UI query box. I want to update several columns during a 'Run'. If I do them one at a time the first one is lost since I am again running on the original data. Is there a delimiter between RBQL queries? Can you give an example of consecutive queries?
Thanks