On Fri, Apr 25, 2008 at 02:14:17PM +0200, Aleksander Kmetec - INTERA wrote:> Is there a way to get the time of the last insert, update or delete > statement for a specific table?
Only if you put a trigger on each table to collect that information.
A