
13/10/2005, 00:57
|
 | | | Fecha de Ingreso: noviembre-2004
Mensajes: 2.344
Antigüedad: 20 años, 4 meses Puntos: 8 | |
Es fácil puedes hacerlo así:
select ...., count(provider_id) as total1, count(provider_id) as total2, (total1 - total2) as total3 from ........... |