unknown
2012-07-04 00:12:34 UTC
While (select field1,field2,field3 from table 1)
BEGIN
select count(*) as field4 from table1 where field1(current_record)>3
update table1 set field2(current_record)=field4
END
something like that...How do I do this?
Any help would be greatly appreciated.