How do I select a column with the latest "datetime" data type?

Posted by Greg McNulty on Stack Overflow See other posts from Stack Overflow or by Greg McNulty
Published on 2010-06-14T00:57:36Z Indexed on 2010/06/14 1:02 UTC
Read the original article Hit count: 266

How do I select a column with the latest "datetime" data type, in Visual Web Developer 2008, ASP.NET 3.5 ?

In the config data source WHERE option my options are greater than cookie, control, etc... but I would like to select where the datetime is the latest in the table.
(Select row from table where datetime is last updated....)

Thank You.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about sql