This ought to do the trick:

select nodes.node_name from nodes where nodes.node_name \
   not in (select associations.node_name from associations)

yoda woya wrote:
> using sql, how do i find out the do nodes that are not associated with a
> schedule
>   

-- 
-- Skylar Thompson ([email protected])
-- Genome Sciences Department, System Administrator
-- Foege Building S048, (206)-685-7354
-- University of Washington School of Medicine

Reply via email to