Re: [SQL] converting Informix outer to Postgres

2006-11-07 Thread gurkan
> --- [EMAIL PROTECTED] wrote: > > > Hi all, > > I have been working on this Informix SQL query which has an outer > join. > > I have attached Informix query and my "supposedly" solution to this > query > > but I cannot get the same count. I appreciate for any help. > > Thanks. > > > > --Informix

Re: [SQL] converting Informix outer to Postgres

2006-11-06 Thread Richard Broersma Jr
--- [EMAIL PROTECTED] wrote: > Hi all, > I have been working on this Informix SQL query which has an outer join. > I have attached Informix query and my "supposedly" solution to this query > but I cannot get the same count. I appreciate for any help. > Thanks. > > --Informix query > select count

Re: [SQL] converting Informix outer to Postgres

2006-11-06 Thread George Pavlov
PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Monday, November 06, 2006 4:11 PM > To: pgsql-sql@postgresql.org > Subject: [SQL] converting Informix outer to Postgres > > Hi all, > I have been working on this Informix SQL query which has an > outer join. > I have at

[SQL] converting Informix outer to Postgres

2006-11-06 Thread gurkan
Hi all, I have been working on this Informix SQL query which has an outer join. I have attached Informix query and my "supposedly" solution to this query but I cannot get the same count. I appreciate for any help. Thanks. --Informix query select count(u.id) from user u, invention i, inv_contracts