Hi All,
My table have a 10000 records and my table like
Id Name
1 abcd
1 efgh
1 xyz
.........
.........
up to 10000records
Finally how to select each row 500 records(with comma separate values string) from table
My results like
Id Name
1 abcd,efgh,xyz(500 records)
1 qwe,rty,uio(500 records)
1 asd,fgh,jkl(500 records)
up to end
Please help me on this.
Regards
Pols