Subject | update to select |
---|---|
Author | kaczy27 |
Post date | 2004-08-30T11:07:52Z |
hello, I have following scheme in one of my sp
for select * from some_table into :id
do
update some_table set id = 'new_value';
do those quries interfere ie. select is performed repeatedly or the
select rewsult is first cached?
thx
CUIN Kaczy
for select * from some_table into :id
do
update some_table set id = 'new_value';
do those quries interfere ie. select is performed repeatedly or the
select rewsult is first cached?
thx
CUIN Kaczy