List,

How can i issue a query that can select last dateposted (FIELD)?
My table:

- dateposted, format: YYYY-MM-DD

This is my current sql query which catches in desc order for
dateposted and list only 10 sql data.

select
dateposted,
filename,
description
 from datafiles
where office = 'AC/PA'
order by
dateposted desc limit 10";



-- 
Louie Miranda
http://www.axishift.com

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to