Hi All,
I need to retrieve this result:
ROW1.id | ROW2.id | ROW3.id | ROW4.id
1 | 2 | 3 | 4
starting from this result select * from Table
:
id | value
1 | sample1
2 | sample2
3 | sample3
4 | sample4
any idea?
thanks, Andrea