je veux update une valeur dans 2 tables different. pouvez vous m'aider?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
 
db2 "update  tab1, tab2 set val=700 WHERE id=23 "
voici l'erreur que j'obtient:
DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During SQL processing it returned:
SQL0104N An unexpected token "," was found following "update tab1".
Expected tokens may include: ".". SQLSTATE=42601