26 Oct
2011
26 Oct
'11
10:02 a.m.
-- select id, state, command_line, stdout, stderr from job where tool_id='__EXPORT_HISTORY__' order by id desc; --
The query should actually be: select id, state, command_line, stdout, stderr from job where tool_id='__IMPORT_HISTORY__' order by id desc; Thanks, J.