The following code displays random database images as well as one specific image (which is what I want). How can I shuffle these results after database query as image ID 11
First select the image with ID 11 and than query the rest with UNION keyword
SELECT * FROM Images Where ID = 11 UNION SELECT * FROM Images WHERE ID != 11