
08/08/2005, 12:34
|
 | Colaborador | | Fecha de Ingreso: enero-2002 Ubicación: Centro de la república
Mensajes: 8.849
Antigüedad: 23 años, 3 meses Puntos: 146 | |
Una forma:
Select * from Facturas where StatusPrecio <> 'N'
Otra forma:
Select * from Facturas where StatusPrecio not in (Select * from facturas where StatusPecio = 'N')
Slaudos |