Forum: MySQL Oct 2nd, 2009 |
| Replies: 3 Views: 509 I do not know if this can help you, but if you have a date field which you can order by desc, then you can use Top 1 something like this.
Select top 1 Field1
from table1
order by datefield desc... |
Forum: MySQL Jun 23rd, 2009 |
| Replies: 9 Views: 717 ok so your statement should be like this.
regards. |