bonjour,
j'ai une table azer et je veux creer une table azer2 qui est une copie de azer joint a une table toto
et tout ca dynamiquement
merci de m'aider
Version imprimable
bonjour,
j'ai une table azer et je veux creer une table azer2 qui est une copie de azer joint a une table toto
et tout ca dynamiquement
merci de m'aider
create table int_maj_nom_type
as select ordre ,date_maj ,nom_table ,nom_champ ,types ,longueur ,valeur_defaut ,valeur_initiale ,indexé ,flag ,Obs ,GenEtatVisible,GenEtatLibs1,GenEtatLibs2 ,GenEtatLibs3,GenEtatIdImage,Version ,nom
from INT_MAJ,nom_type
where INT_MAJ.types=nom_type.num_types
Incorrect syntax near the keyword 'as'
pourquoi
par avance merci
Un SELECT INTO ne ferait-il pas l'affaire ?