using 9i ANSI style join syntax in forms 9i [message #82179] |
Fri, 02 May 2003 01:54 |
Pete
Messages: 11 Registered: October 2000
|
Junior Member |
|
|
Hi,
Could anyone tell me wether or not forms 9i is supposed to support the ANSI join syntax in the 9i DB?
I am having problems compiling cursors,
e.g.
select dual1.dummy "dual1", dual2.dummy "dual2"
from (dual dual1 inner join dual dual2 on dual1.dummy = dual2.dummy)
will not compile, but putting the same sql into a recordgroup for a LOV will compile.
Any ideas?!
thanks,
Pete
|
|
|