Hola,
yo tengo esa duda pero que me de debuelva una id aleatoria exceptuando unas ids
Código PHP:
select * from tabla where (id != 1) & (id != 2)" ///y asi sucesivamente
order by rand()
limit 1
hay alguna manera de sustituir (id != 1) & (id != 2)... por (id !='1','2','3')
No se si se me entiende
Un saludo