Set input variable value and let user to choose from select box of possibile values
Open
xf:sql execution
- Dominant language
- Java
- Stars
- 51.8k
- Forks
- 4.4k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 189
Description
It could be interesting to let define a variable and possible values.
The possible values have to be shown in a select box.
Example
:messageTypeId can be one of these values:
- 'type1'
- 'type2'
- 'type3'
```
SELECT * FROM mytable
WHERE type_id == :messageTypeId;
```

Contributor guide
Assessment
This issue has not been assessed yet.