Hi Andrew,

Answers below...

Andrew Dickinson wrote:
I'm taking my first cautious steps into coding with Left/Right Joins.

If a record is in one table but not another, what value is expressed ? Is
it Null ?

Yes.

I'm looking for a way to capture "in onr table but not another" as a value
to increment an array-variable.

The approach I'm currently using has one "driver" query with three queries
nested inside it, and it is of course horrendously slow (about 180
seconds).

Using an outer join may not improve things if some underlying issue is causing the time taken to execute the query. Does your DBMS support the "analyse" function? Can you add indexes to help the execution time? You could also try posting your query here...

hth

Brett
B)

--
Brett Payne-Rhodes
Eaglehawk Computing
t: +61 (0)8 9371-0471
f: +61 (0)8 9371-0470
m: +61 (0)414 371 047
e: [EMAIL PROTECTED]
w: www.ehc.net.au


--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to