ponnaboy Mon, 05 Jan 2004 15:35:11 -0800
Hi, I want to retrieve the row containing the maximum value for a particular field. select max(fieldname) from tablename How do I do this using database connectivity toolkit.
Shiva