So you create a List of Values in Oracle Application Express 4.1 using a simple in-line query similar to the one below: SELECT d, r FROM ( SELECT 1 d, 1 r from dual UNION ALL select 2 d, 2 r from dual UNION ALL select 3 d, 3 r […]
So you create a List of Values in Oracle Application Express 4.1 using a simple in-line query similar to the one below: SELECT d, r FROM ( SELECT 1 d, 1 r from dual UNION ALL select 2 d, 2 r from dual UNION ALL select 3 d, 3 r […]