Jump to content

xenopsy

Members
  • Posts

    3
  • Joined

  • Last visited

xenopsy's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. If I order it by Readers, there will be thousends of rows to scroll to the next reader. So for easy viewing, it displays for example one complete night for each reader at a time; Night1 - Reader1Night1 - Reader2Night1 - Reader3Night2 - Reader1Night2 - Reader2Night2 - Reader3 This is almost done by date, reader and time order. But it cind of cuts each shift into half with this order. Theres no dissaster if I cant make it work. It would just be nice and more simple for the people who are using it.
  2. The problem with ORDER BY 'Reader' first is that there are several thousands of rows for each reader. Also, there are 10 readers. Thus my request. Sure, I could do query's for each reader. But I would realy like another solution then that. Regards
  3. Hello all I have this order by issue that i would like to solve. I have 3 tables, Date, Time and Reader. This is my current result when i order it by Date, Reader, Time: Date Time Reader13-02-25 23:59:38 013-02-25 23:59:39 013-02-25 23:59:40 013-02-25 23:58:06 1613-02-25 23:58:37 1613-02-25 23:59:47 1613-02-26 00:10:20 013-02-26 00:10:22 013-02-26 00:14:00 013-02-26 00:00:30 1613-02-26 00:01:15 1613-02-26 00:11:01 16 But I want it to look like this: 13-02-25 23:59:38 013-02-25 23:59:39 013-02-25 23:59:40 013-02-26 00:10:20 013-02-26 00:10:22 013-02-26 00:14:00 013-02-25 23:58:06 1613-02-25 23:58:37 1613-02-25 23:59:47 1613-02-26 00:00:30 1613-02-26 00:01:15 1613-02-26 00:11:01 1613-02-26 00:11:02 1613-02-25 23:59:38 013-02-25 23:59:39 013-02-25 23:59:40 013-02-26 00:10:20 013-02-26 00:10:22 013-02-26 00:14:00 013-02-25 23:58:06 1613-02-25 23:58:37 1613-02-25 23:59:47 1613-02-26 00:00:30 1613-02-26 00:01:15 1613-02-26 00:11:01 16 Is there a way to do this? Didnt realy know what to search for in this matter. Regards
×
×
  • Create New...