I can't find any SQL example how to create a BoxPlot graph with High, Quartiles, Median and Low values.
What needs to be prepared in advance and what is the graph taken care of automatically from information provided to it.
For example a LOV have this pattern:
select ename as d,
empno as r
from emp
order by 1
Is there any similar way to pass table data information to the graph?
/Per