![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
#6
|
||||
|
||||
|
Por ejemplo suponiendo una tabla clientes con campos:
Código:
ident --> identificador (C.P) nom --> nombre finalizado --> [SI/NO] desc --> MEMO Código:
select a.* from clientes a
where a.ident in (select DISTINCT b.ident from clientes b
where b.finalizado='NO')
|
|
|
|