Of course this should be

select * from DNS D, ENTRIES E where D.EID = E.EID and D.DN like
'o=sevenSeas%'
and E.ATTNAME = 'givenName' and E.ATTVAL = 'William'

Reply via email to