Bonjour,

je voudrais exécuter un
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
insert into table1
(...)
select ... from table2 a
where not exists
  (select 1 
  from table1 b
  where ...);
avec une colonne définie en LONG.
Ca ne marche pas.
Pouvez-vous m'aider. Merci.