hallo benötige dringend eure hilfe,

ich verwende folgenden CODE:

select op.opnr, op.fallnr, stp.patientenname, stp.geburtsdatum, op.opdatum
from st_patient stp, op op
where stp.fallnr=op.fallnr

/*jetzt kommt noch ein Insert in die neue Tabelle OP1*/

insert into op1
select OPNr, FallNr, Patientenname, Geburtsdatum, OPDatum
from op1

Ziel ist: ich möchte das ABGEFRAGTE in die neue Tabelle reinschmeissen

funktioniert aber nicht

Berichtigt mich doch bitte, denn so funktioniert der die sql - anweisung NICHT

Ich weiss mir keinen rat mehr

Vielen dank!!!