Re: View challenge
From: <frebe73_at_gmail.com>
Date: 11 Aug 2006 23:34:26 -0700
Message-ID: <1155364466.606132.323690_at_i3g2000cwc.googlegroups.com>
Date: 11 Aug 2006 23:34:26 -0700
Message-ID: <1155364466.606132.323690_at_i3g2000cwc.googlegroups.com>
> I suspect you left out a few details from your question. For instance,
> it appears a natural join on emp_schedule and workshift suffice for your
> view.
emp_schedule(1, 1, '2006-08-07', '2006-08-21')
(1, '2006-08-07 08:00', '2006-08-07 17:00') (1, '2006-08-08 08:00', '2006-08-08 17:00') (1, '2006-08-14 08:00', '2006-08-14 17:00') (1, '2006-08-15 08:00', '2006-08-15 17:00')
/Fredrik Bertilsson Received on Sat Aug 12 2006 - 08:34:26 CEST