**Use case** I write: ``` sql SELECT * FROM events WHERE mytime BETWEEN $1 AND $2 ``` I share the query with a Colleague. There is a new tab "execute"  He setup the parameters values and run the query as normal without bothering on SQL syntax.