38 of 62
Nested Tables - Example 2c
uTest SQL statement with the following code:
u
uselect id_nr, display_tx
ufrom table(
u           cast(f_getLov_nt
u                  ('emp',
u                   'empno',
u                   'ename||''-''||job',
u                   'ename')
u           as lov_nt)
u           )