Query Help Needed
From: GZ <gz_at_yahoo.com>
Date: Tue, 02 Oct 2001 19:02:38 -0400
Message-ID: <3BBA478E.17C6B717_at_yahoo.com>
Date: Tue, 02 Oct 2001 19:02:38 -0400
Message-ID: <3BBA478E.17C6B717_at_yahoo.com>
The query below returns row one of the table but I do not want this row returned.
select * from My_Table where INSTR(ColumnA, ColumnB) = 0
ColumnA ColumnB
----------- -----------
Dept1C,Dept99 Dept1
Any help would be much appreciated.
Greg Received on Wed Oct 03 2001 - 01:02:38 CEST