Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/04/2015, 00:19
superweb360
(Desactivado)
 
Fecha de Ingreso: abril-2015
Ubicación: España
Mensajes: 616
Antigüedad: 9 años, 1 mes
Puntos: 74
Respuesta: La PRIMERA VEZ ES INOLVIDABLE

Código SQL:
Ver original
  1. SELECT *
  2. FROM tbl_banners
  3. WHERE id = 1
  4.  
  5. UNION
  6.  
  7. SELECT *
  8. FROM tbl_banners
  9. WHERE id <> 1
  10. ORDER BY RAND()

Última edición por superweb360; 14/04/2015 a las 02:36