How can I get random random ItemIDs from the list of existing ItemIDs in the intID column of the ItemID database, below is the sqlcommand code I used.
(SqlCommand RetrieveComm =new SqlCommand("SELECT * FROM item_k WHERE ItemID='" +intGetRequest+ "'", searchCon))
thanks,
a source
to share