![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
31/03/2003, 10:27
|
![Avatar de Cain](http://static.forosdelweb.com/customavatars/avatar9591_1.gif) | | | Fecha de Ingreso: enero-2002 Ubicación: Catalunya
Mensajes: 6.459
Antigüedad: 23 años, 1 mes Puntos: 17 | |
Cita: Mensaje Original por lado2mx Código PHP: //Que diferencia hay entre;
$query = "SELECT test.id, test.name FROM test ORDER BY test.id LIMIT 5";
//Con;
$query = "SELECT id, name FROM test ORDER BY id LIMIT 5";
//Salu2
Ninguna. |