21/01/2011, 15:00
|
| Colaborador | | Fecha de Ingreso: febrero-2009 Ubicación: Manizales - Colombia
Mensajes: 5.980
Antigüedad: 15 años, 9 meses Puntos: 360 | |
Respuesta: Simple y sencillo Select
Código MySQL:
Ver original+------+----------+----------+ | id | nombre | depto | +------+----------+----------+ | 1 | DANIEL | SISTEMAS | | 2 | MONICA | BIOLOGIA | | 3 | SANTIAGO | SISTEMAS | +------+----------+----------+ mysql > set @nombre ='DANIEL';Query OK, 0 rows affected (0.02 sec) +------+--------+----------+ | id | nombre | depto | +------+--------+----------+ | 1 | DANIEL | SISTEMAS | +------+--------+----------+
__________________ Without data, You are another person with an opinion.
W. Edwads Deming |