Re: [GENERAL] Function: Change data while walking through records

2009-06-11 Thread stevesub
Albe Laurenz *EXTERN* wrote: > > stevesub wrote: >> I keep having this need to create a function that will change the row >> data >> as I am walking through the data. For example, I process each row in >> order, >> if column1 change from previous row, set column2 to true. >> >> Is this possibl

Re: [GENERAL] Function: Change data while walking through records

2009-06-08 Thread Albe Laurenz
stevesub wrote: > I keep having this need to create a function that will change the row data > as I am walking through the data. For example, I process each row in order, > if column1 change from previous row, set column2 to true. > > Is this possible? I can run another query to modify the data,

[GENERAL] Function: Change data while walking through records

2009-06-05 Thread stevesub
Hi, I keep having this need to create a function that will change the row data as I am walking through the data. For example, I process each row in order, if column1 change from previous row, set column2 to true. Is this possible? I can run another query to modify the data, but that doesn't see