Subject update to select
Author kaczy27
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