Re: recordcount per date ? could you do that?
- From: David Kerber <ns_dkerber@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 3 Oct 2006 07:33:49 -0400
In article <1159841614.560707.13620@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
dokter.cinta@xxxxxxxxx says...
dear all
its me again....
how are you today ????
i have some problems again
i have some records per date
and i want to count it per date
Untested, but it's going to look something like:
select "date", count(*) as I group by "date" from myTable
Keep in mind that if your field name is "date", you may run into trouble
because that's a reserved word in many SQL implementations. You might
want to change it to something like "SaleDate" or whatever.
.....
--
Remove the ns_ from if replying by e-mail (but keep posts in the
newsgroups if possible).
.
- Follow-Ups:
- Re: recordcount per date ? could you do that?
- From: Jeff Johnson
- Re: recordcount per date ? could you do that?
- References:
- recordcount per date ? could you do that?
- From: dokter cinta
- recordcount per date ? could you do that?
- Prev by Date: Re: ADO and Locking
- Next by Date: Re: Use VB App for Tablet PC
- Previous by thread: Re: recordcount per date ? could you do that?
- Next by thread: Re: recordcount per date ? could you do that?
- Index(es):
Relevant Pages
|