‎2009 Nov 11 3:46 AM
Hi,
is it possible to use dynamic table in native sql.
For eq.
v_tab = 'tdtab'.
exec sql.
select donum into :v_donum
from (v_dtab)
where type = 'abc'.
endexec.
i tried this it is not wrking..how can i achieve this?
‎2009 Nov 11 5:08 AM
‎2009 Nov 11 5:08 AM