Connect by prior on rows that have the same timestamp group
Hi,
I have a table with different timestamps and each timestamp has a few rows. I want to do a connnect by prior where each connect by prior group is separated by a timestamp . I can select a timestamp that returns e.g. 10 rows and do a connect by prior on these rows, but I have no idea how to do it with all these timestamp groups and get all of them ordered as output back?
Any help is appreciated.
thx t-1000