Skip to main content

Queries


Postgres queries can be saved as variables which when used will be executed in run-time. Output can be checked by testing the query

Query

Using queries variables

select * from city where city_id=${arg1} or city_id=${arg2};

The query variables are defined in the query test section.

Query