ravi_doddapaneni Posted March 22, 2010 Share Posted March 22, 2010 My Table has 4 columns. Indication Value Start END 0 4 1 3 1 7 0 3 1 2 1 7 I want to UPDATE above table START and END columns based on the following formula: if Indication = 0 then START=1 and END=VALUE; else START=(previous_row)END, END=START+VALUE; The end table should like this: Indication Value Start END 0 4 1 4 1 3 4 7 1 7 7 14 0 3 1 3 1 2 3 2 1 7 2 9 Please someone help, i have been trying but could not fid a way to access previous row info. Link to comment https://forums.phpfreaks.com/topic/196139-help-with-updates-on-mu-table/ Share on other sites More sharing options...
fenway Posted March 23, 2010 Share Posted March 23, 2010 I don't follow... relational algebra has no concept of "previous row". Link to comment https://forums.phpfreaks.com/topic/196139-help-with-updates-on-mu-table/#findComment-1030540 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.