|
C
|
cgphp 8/31/2011 |
|
Order your query by date field. Append the order by clause to the SQL query: ORDER BY YEAR(you_date_field_name) |
|
|
C
|
ckapote author 8/31/2011 |
|
Order your query by date field. Append the order by clause to the SQL query: ORDER BY YEAR(you_date_field_name)
|
|