wagonhq / feedback

A place to discuss Wagon features and fixes, join us on Slack at
http://band.wagonhq.com
6 stars 0 forks source link

Feature Request :: Save Query as "Executable" #47

Open daniel-aranda opened 8 years ago

daniel-aranda commented 8 years ago

Use case

I write:

SELECT * FROM events WHERE mytime BETWEEN $1 AND $2

I share the query with a Colleague. There is a new tab "execute"

image

He setup the parameters values and run the query as normal without bothering on SQL syntax.