select distinct date question

  • Thread starter Thread starter seegoon
  • Start date Start date
S

seegoon

Hi to all.
How can I structure a select distinct date command that EXcludes the
time part of the datestamp. If I run a "select distinct date from
dbase" command I get all the records with different times(100's of
records) , I only want the distinct DATES , without associated times.
Hope I'm making sence.
Thanks
Rob
 
seegoon said:
Hi to all.
How can I structure a select distinct date command that EXcludes the
time part of the datestamp. If I run a "select distinct date from
dbase" command I get all the records with different times(100's of
records) , I only want the distinct DATES , without associated
times. Hope I'm making sence.
Thanks
Rob

Only a hint: Best group for database related (language unrelated) questions:
microsoft.public.dotnet.framework.adonet

Or one of the database specific groups.

Armin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top