Re: [c-jdbc] Bug Report

From: Nicolas Modrzyk <Nicolas(dot)Modrzyk(at)inrialpes(dot)fr>
To: c-jdbc(at)objectweb(dot)org, pgsql-jdbc(at)postgresql(dot)org
Cc: gvp <blindvit(at)gala(dot)net>
Subject: Re: [c-jdbc] Bug Report
Date: 2004-11-22 17:48:52
Message-ID: 41A22684.3060107@inrialpes.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi All,

Could anyone let us know how to understand the attached query ?
From what I know this is an Orion (java application server) generated
query for postgresql...

The C-JDBC parsing seems to fail because we can't find a proper FROM
keyword to select the depedencies of the query.
Since this is not seemingly SQL92 standard, can anyone from the
postgresql team give us some information ?

Thank you,

Nicolas Modrzyk,

>------------------------------------------------------------------------
>
>create table temp.zz_deltasrollAll_1100866542312_cache2_weekly as select hubid, czcode, type2, order_, itemid, item, hour, caseid, '2004WEEK47-2004WEEK48'::text as roll, "2004WEEK47-2004WEEK48" as value from temp.zz_deltasroll_1100866542312 union select hubid, czcode, type2, order_, itemid, item, hour, caseid, '2004WEEK48-2004WEEK49'::text as roll, "2004WEEK48-2004WEEK49" as value from temp.zz_deltasroll_1100866542312 union select hubid, czcode, type2, order_, itemid, item, hour, caseid, '2004WEEK49-2004WEEK50'::text as roll, "2004WEEK49-2004WEEK50" as value from temp.zz_deltasroll_1100866542312 union select hubid, czcode, type2, order_, itemid, item, hour, caseid, '2004WEEK50-2004WEEK51'::text as roll, "2004WEEK50-2004WEEK51" as value from temp.zz_deltasroll_1100866542312 union select hubid, czcode, type2, order_, itemid, item, hour, caseid, '2004WEEK51-2004WEEK52'::text as roll, "2004WEEK51-2004WEEK52" as value from temp.zz_deltasroll_1100866542312 union select hubid, czcode, type2, order_, itemid, item, hour, caseid, '2004WEEK52-2005WEEK01'::text as roll, "2004WEEK52-2005WEEK01" as value from temp.zz_deltasroll_1100866542312 union select hubid, czcode, type2, order_, itemid, item, hour, caseid, '2005WEEK01-2005WEEK02'::text as roll, "2005WEEK01-2005WEEK02" as value from temp.zz_deltasroll_1100866542312 union select hubid, czcode, type2, order_, itemid, item, hour, caseid, '2005WEEK02-2005WEEK03' [... 10 more lines]
>

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message James Robinson 2004-11-22 18:05:32 Re: Any knowledgeable Object -> Relational coders in here?
Previous Message Dave Cramer 2004-11-22 17:20:54 Re: Any knowledgeable Object -> Relational coders in here?