Format or syntax to run multiple queries via query runner

Hello Team,

We wanted to know a clean process to run multiple queries one after the other in a query runner. Please help provide the format or syntax regarding the same. Thank you.

@SAIN16729590 :warning: This is a GenAI-powered tool. All generated answers require validation against the provided references.

To run multiple queries one after the other in Query Runner, you can use a semicolon (:wink: to separate each query. Here’s an example of the syntax: SELECT * FROM table1; SELECT * FROM table2; SELECT * FROM table3; This will allow you to execute each query sequentially within the Query Runner tool.

For more information, you can refer to the "Running SQL queries on Pega Cloud" article in the Pega Cloud documentation