What is the best way to shuffle SQL query like this? string query="SELECT * FROM tbl_photo"; The regular result: pic Id P1 1 P2 2 P3 3
Go to the complete details ...