I want to running these different parts of query separate, how I can do this via pqAdmin4 ?
1 Answer
Just select the part of the query you want to run and click on execute button and pgAdmin4 will run only that selected query.
2 Comments
ppostnov
Thanks a lot for your help !
Rafs
While this is the way, it's inconvenient and I hoped for a shortcut to run the query where the cursor is at. In Oracle SQL Developer, that's easy using CTRL+RETURN. There's still no shortcut to do so in v6.9...

