04/02/2002, 10:45
|
| Colaborador | | Fecha de Ingreso: noviembre-2001 Ubicación: 127.0.0.1
Mensajes: 3.499
Antigüedad: 23 años, 1 mes Puntos: 69 | |
Re: ¿como obtener el ultimo registro? has probado con : SELECT * FROM noticias WHERE id_noticia=max(id_noticia);
???
quizas te funcione.
De todas maneras, también te servirá SELECT * FROM noticias ORDER BY id_noticia DESC LIMIT 1;
saludos.
<hr><font size=2 face="verdana">- Pablo Daniel Rigazzi (Webstudio)
<font size=1 color="#333333">COORDINADOR PROYECTO REGIONALIZACION ARGENTINA
Visita <a href="http://www.web-studio.com.ar" target="_blank">Web Studio</a> - Tutoriales Photoshop</fo |