Re: Question on Derby Style Table Functions

2011-07-25 Thread Dag H. Wanvik
Bergquist, Brett bbergqu...@canoga.com writes: I am implementing a poor man's data partitioning with data being inserted into different tables depending on the week of the year. I want to bring these tables back together as single virtual unified table that can be queried up only, no inserts

RE: Question on Derby Style Table Functions

2011-07-25 Thread Bergquist, Brett
From: Dag H. Wanvik [dag.wan...@oracle.com] Sent: Monday, July 25, 2011 12:14 PM To: derby-dev@db.apache.org Subject: Re: Question on Derby Style Table Functions Bergquist, Brett bbergqu...@canoga.com writes: I am implementing a poor man's data partitioning with data

Question on Derby Style Table Functions

2011-07-22 Thread Bergquist, Brett
I am implementing a poor man's data partitioning with data being inserted into different tables depending on the week of the year. I want to bring these tables back together as single virtual unified table that can be queried up only, no inserts or updates required. I am looking at maybe