sql >> Database teknologi >  >> RDS >> Mysql

Oracle - Fejl:'ORA-01400:kan ikke indsætte NULL i

Prøv dette:

create or replace trigger EDITIONS_COR
  before insert or update on EDITIONS
  for each row
begin
  if INSERTING then
    select EDITIONS_SEQ.nextval into :new.ID from DUAL;
  end if;
  :new.CORDATE:=SYSDATE;
  :new.USERNAME:=USER;
end;



  1. MySQL og SQLite forskelle i SQL

  2. Indlæser markører fra XML-fil til Google Map API

  3. MySQL Auto Increment?

  4. Har brug for php pdo implode arrays og indsæt flere rækker i mysql