On 2/23/2004 at 14:50, you wrote:
CCT> **qEventList QofQ**
CCT> select *
CCT> from qHoliday,
CCT> qHoliday2
CCT> order by SDate
maybe try this in your QoQ:
select * from qHoliday
union
select * from qHoliday2
order by SDate
~ Ubqtous ~
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

