Hee-Sun, Choi (hurricane_blue(at)hanmail(dot)net) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
outer join bug
Long Description
Hello!
i met a bug when i was using outer join..
see example code..
Sample Code
select * from
(select .. from .. where .. ) aa
left outer join
(select .. from .. where code='abc') bb on aa.id=bb.id
-----------
we will meet error if we will try to compare character in where-clause
No file was uploaded with this report