Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
PLease if any one can help me out on this problem.
I have 50,000 row and 23 fields in my daily_table.
I want to load the data such that row's remain 50,000 only and the 23 fields data get sum up for next day.
PLease help .......
i have use Concatenate but it increas fileds to 100000 next day ....
Will group by work on this. ??
Hi AshwinPagare, the only strategy I can think about is the following and, considering that you are not talking about am extremely large amount of data, I'm confident that you won't experience performance problems.
Hope it helps.