
12/06/2009, 03:43
|
| | Fecha de Ingreso: mayo-2009
Mensajes: 210
Antigüedad: 15 años, 9 meses Puntos: 0 | |
Respuesta: Pregunta Boba bueno me respondo solo, ya vi como se hace:
SELECT * FROM tablita WHERE columnita = (SELECT MAX('columnita') FROM libros);
o sino esta otra un poco mas cabeza:
SELECT * FROM tablita ORDER BY columnita DESC LIMIT 1; |