
03/01/2005, 10:58
|
| | Fecha de Ingreso: noviembre-2004
Mensajes: 176
Antigüedad: 20 años, 4 meses Puntos: 0 | |
SELECT numero FROM facturas WHERE ide = (SELECT max(ide) FROM facturas);
#1064 - You have an error in your SQL syntax near 'SELECT max( ide ) FROM facturas ) ' at line 1
...Este error me arroja ahora. |