|
Blue Forest http://www.lslnet.com at 11:08 on July 18, 2006
Storage process very strange phenomenon! Please, have a look at the prawn Informix stored in the implementation of the following :
Create procedure set ()
Define pa char (18);
Foreach set for
Select column1 into pa from table2
Update table1 set column2= 'one' column3= 'one' column4= 'one'
Where column5=pa;
Continue foreach;
End foreach
End procedure;
The store had hoped to be able to carry out the process which table1 table2 table and the implementation of the same data update, but why table2 implementation of a data table, and not downward implemented? |
| |