Re: [SQL] Execution plan Question

2003-03-11 Thread ObjectZ
i was able to fix the problem but i still dont know the reason. I discovered the column objectid in table smb_contacts was int4 and not int8. obviously all values were less then max(int4) dso there was no problems in that. However I still need to know why the order by trigger this to happen. I am j

Re: [SQL] Execution plan Question

2003-03-10 Thread Tomasz Myrta
Objectz wrote: > Oops .. Here they are > > > = > > intranet=# explain analyze SELECT obj.companyid, obj.name, > obj.description, intranet-# cnt.firstname, cnt.lastname intranet-# FROM > smb_contacts cnt JOIN shr_objects ob