sql >> Database >  >> RDS >> Oracle

Filter toepassen in Oracle View

Als ik het nu begreep, moeten we not exists hier,

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. Entity Framework - MySQL - Probleem met datum/tijd-indeling

  2. Begin met een hoofdletter van elk woord, in bestaande tabel

  3. hoe een datum (DateTime.now) toe te voegen aan een mySql-database in C#

  4. Noch percentile_cont noch percentile_disc berekenen het gewenste 75e percentiel in PostgreSQL 9.6.3