Could someone help me out with the correct syntax for this query please.
I have, table1:
id, int
on, tinyint - this can be 0 or 1
name, varchar(2000)
From this I am trying to get 10 random id/name which have on set to 1.
What query should I use?
1 Answer