This message was deleted.
# give-feedback
w
f
Ah, I think I know what's going on. The SQL input is getting auto-populated with a default value and that takes precedence over the query builder settings.
We were considering deprecating the query builder entirely in favor of just the SQL input. I'm curious to know what things you prefer about that input method.
n
Ahh, that makes sense. Raw SQL would work well also, but it would be nice to have syntax highlighting and auto-completion rather than a vanilla
textarea
input field.
I'd have a look at dune.xyz's SQL editor for inspiration
146 Views