Medyman
02-05-2008, 05:09 AM
Hey guys,
If I have a two column database table, with one column having repetitive values, how would I query the table to present a list sorted by date like such:
Let's say the columns are date and message (with date being repeated):
Distict date
All messages from that date
Next distinct date
all messages from this date
If I have a two column database table, with one column having repetitive values, how would I query the table to present a list sorted by date like such:
Let's say the columns are date and message (with date being repeated):
Distict date
All messages from that date
Next distinct date
all messages from this date