sql_language thread: Re: count..
its its really gr8.....
-----Original Message-----
From: frazerg@t... [mailto:frazerg@t...]
Sent: Tuesday, April 09, 2002 6:07 AM
To: sql language
Subject: [sql_language] Re: count..
Rui Correia Monteiro
wrap it in a count statement this this
Select Count(*)
from (Select distinct a,b from c
) Tab
Regards
Greg Frazer
> This message is in MIME format. Since your mail reader does not
understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C1CEAC.204F28C0
Content-Type: text/plain
Hi,
Can anybody tell me how can i can the rows of that query:
Select distinct a,b from c
Thanks in advance