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. Quote 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". Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.