Query earliest time from given date

  • Thread starter Thread starter Lurc
  • Start date Start date
L

Lurc

Hi all,

In a sample table, it has fields date(date/time), time(text), cardno(text),
and has following data.

Date Time CardNo
2004-05-13 19:16:00 71B08C
2004-05-13 19:17:00 71B08C
2004-05-13 19:31:00 71B08C

How can I use sql query to retrieve the earliest time, here is 19:16:00,
from a given date?

Thanks.
 
Hi Miha,

The table structure is not designed by us, it comes with original hardware
provider. Now we only want to select some interesting data out for analysis.
 

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

Back
Top