
14/01/2005, 14:13
|
 | | | Fecha de Ingreso: noviembre-2004 Ubicación: Villa Ballester Bs-As|Ar
Mensajes: 2.002
Antigüedad: 20 años, 5 meses Puntos: 34 | |
substr??
Tenes:
SUBSTRING(str,pos)
SUBSTRING(str FROM pos)
SUBSTRING(str,pos,len)
SUBSTRING(str FROM pos FOR len)
SUBSTRING_INDEX(str,delim,count)
PD: por que usar :
<td><div align="center">Opciones</div></td> ??
eso es basura para el html, mejor hace:
<td align="center">Opciones</td> ;) |