MTavares Posted August 31, 2011 Report Share Posted August 31, 2011 Olá colegas,eu tenho essa query select * from tabela order by rand() limit 0,2 e gostaria que os resultados não repetissem, já usei o distinct select distinct * from livros order by rand() limit 0,2 e de nada adiantou, alguém saberia como eu devo fazer?abs Quote Link to comment Share on other sites More sharing options...
0 ESerra Posted August 31, 2011 Report Share Posted August 31, 2011 Repetir como? O rand apenas coloca os resultados de forma aleatória, o seu problema seria garantir que os resultados não se repetissem até todos serem exibidos? Quote Link to comment Share on other sites More sharing options...
Question
MTavares
Olá colegas,
eu tenho essa query select * from tabela order by rand() limit 0,2 e gostaria que os resultados não repetissem, já usei o distinct select distinct * from livros order by rand() limit 0,2 e de nada adiantou, alguém saberia como eu devo fazer?
abs
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.