ADSM-L

Re: Antwort: SQL select subquery

1999-07-22 13:18:33
Subject: Re: Antwort: SQL select subquery
From: Richard Cowen <richard.cowen AT VTMEDNET DOT ORG>
Date: Thu, 22 Jul 1999 13:18:33 -0400
works for me (aix 4.2.1  adsm 3.1.2.15)

From the reference book sample:

adsm> select node_name from nodes where domain_name='UNIX' and -
cont> node_name not in (select node_name from associations -
cont> where domain_name='UNIX' and schedule_name='WEEKDAYBACKUP')

NODE_NAME
------------------
Node1
Node1
Node2
....

Richard
<Prev in Thread] Current Thread [Next in Thread>