Afficher un message
Vieux 21/09/2007, 09h38   #1
moonhk
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut How to count number of distinct rows

Hi all

I want to count the number of distinct rows. how to rewrite below
query ?

select distinct modifyts_date, sync_last_begin_date from
pub.order_sync;

.....
....
2007-09-06 2007-09-07
2007-09-07 2007-09-07
2007-09-08 2007-09-08
2007-09-08 2007-09-09
2007-09-09 2007-09-09
2007-09-10 2007-09-10
2007-09-11 2007-09-11
2007-09-11 2007-09-13
2007-09-12 2007-09-12
2007-09-12 2007-09-13
2007-09-13 2007-09-13
2007-09-14 2007-09-14
2007-09-17 2007-09-17

  Réponse avec citation
 
Page generated in 0,04505 seconds with 9 queries