sql >> Databasteknik >  >> RDS >> Oracle

Använd filter i Oracle View

Om jag förstod nu behöver vi not exists här,

select * 
  from IS_ID t1
  where not exists ( select 1
                       from IS_ID t2
                      where t1.identifier = t2.identifier
                        and (MEMBER_DESCR = 'O' and member_ratio < -5))



  1. MySQL-tabell med fast antal rader?

  2. hur man får LAST_INSERT_ID via lagrad procedur i php

  3. Databasernas historia

  4. Sammanfoga strängen med antalet förekomster