sql >> Database teknologi >  >> RDS >> Oracle

Fejl ved Update Join

brug opdatering til vælg ved at deltage

 UPDATE (select NON_CONFORM_ALLOCTABLE
         from FGMULTI 
          JOIN arinvt ar 
          ON  fgmulti.arinvt_id = ar.id 
         WHERE IN_Date = CurrentDate 
         AND ar.Class LIKE 'CP%' 
         OR ar.Class LIKE 'FG%' 
         OR ar.Class LIKE 'IN%' 
         OR ar.Class LIKE 'LA%' 
         OR ar.Class LIKE 'PK%') t
 SET t.NON_CONFORM_ALLOCATABLE = 'Y' 


  1. Sender SentryOne-data til Azure SQL Database DTU Calculator

  2. Sådan beregnes median i PostgreSQL

  3. Oracle:Konverter valutabeløb i ord ved hjælp af PL/SQL

  4. Brug af PHP til at udføre flere MYSQL-forespørgsler