Ver Mensaje Individual
  #7 (permalink)  
Antiguo 10/12/2009, 17:20
Avatar de polin2bclan
polin2bclan
 
Fecha de Ingreso: julio-2008
Mensajes: 73
Antigüedad: 15 años, 10 meses
Puntos: 5
Respuesta: Paginar PHP-> MSSQL

Código PHP:
SELECT FROM 
  
SELECT *, ROW_NUMBER() OVER (ORDER BY idTag) as row FROM tblknowledgement 
 
a WHERE row and row <= 10