bshang
2011-03-27 01:04:45 UTC
Hi, all
I almost finished A3, but I got some warning messages in my output:
sample query:
select * from emp e, dept d where e.dno=d.dno order by e.ename;
sample warning message I got:
WARNING: could not dump unrecognized node type: 34476392 (<-the number
is random or is depending on the query)
However, all the output is correct. Can anyone give me some hint please?
Thank you,
S
I almost finished A3, but I got some warning messages in my output:
sample query:
select * from emp e, dept d where e.dno=d.dno order by e.ename;
sample warning message I got:
WARNING: could not dump unrecognized node type: 34476392 (<-the number
is random or is depending on the query)
However, all the output is correct. Can anyone give me some hint please?
Thank you,
S