【zz】可以不爱,但请不要伤害# pets - 心有所宠
t*e
1 楼
我知道怎么做了,刚在车上想了半天,想出来了
————————————————————
我有一个table,3个column
acct_number, Status, Day
sample table data
acct1 A 1
acct1 B 5
acct1 C 8
假如说我一共有10天,我想列出这个acct每一天的status, 如果当天没有更新的
status,那就用前一次的status,所以最后的结果应该是这样的,
acct1 A 1
acct1 A 2
acct1 A 3
acct1 A 4
acct1 B 5
acct1 B 6
acct1 B 7
acct1 C 8
acct1 C 9
acct1 C 10
那位大侠指点一二
————————————————————
我有一个table,3个column
acct_number, Status, Day
sample table data
acct1 A 1
acct1 B 5
acct1 C 8
假如说我一共有10天,我想列出这个acct每一天的status, 如果当天没有更新的
status,那就用前一次的status,所以最后的结果应该是这样的,
acct1 A 1
acct1 A 2
acct1 A 3
acct1 A 4
acct1 B 5
acct1 B 6
acct1 B 7
acct1 C 8
acct1 C 9
acct1 C 10
那位大侠指点一二