I am using mysql database .so first i am get all data from my database using SELECT * FROM Table .
And My Table Has 6 Column .I Want To Saparate All Column And Store To Each Column To Different List(6 List).
@onlyy606 Do you recall the challenge that I created about “transpose”? It may be useful here. Meaning you’ll get all data, then transpose (rotate) table. I think that might be exactly what you are looking for: