2
It is possible to randomly select the ID by placing, for example, the ID numbers that can be drawn (2/4)?
Note: Only one line of this selection should be returned.
I put this code but it wasn’t:
SELECT descricao
FROM TABLE
ORDER BY RAND ID (2,4)
LIMIT 1;