There is a tool, that creates a GUI out of a SQL-file having some additional commands in. Read here how this works
While using the betweenpanel, the user has the possibility to enter values as letters or numbers.
Format
#between(Unique-tabtitle;table.attribut;number of lines;or|and;text|zahl)
#between(Mileage;car.mileage;1;and;zahl)
where the values mean:
This is from the second example in our demo-DB. We use this to define the mileage range we'd like to have. If we enter between 5000 and 10000 our generated query-fragment would look like this:
( car.mileage BETWEEN 5000 AND 10000 )