I was looking a way to query the last backup per type (full, delta, inc) via SQL instead of parsing the output of "list history backup", and I found in old documentation a function called ADMIN_LIST_HIST. However, I do not see any documentation in recent InfoCenters (9, 9.5, 9.7 nor 10.1), only in the good old 8.2.
I can still execute (in 9.7) a query with that table function, but I would like to know if it is deprecated, if it has changed since v8.2, if it is still supported.
Do you know something about this? This is a nice tool to query the last backups (inc, delta, full) and to query other executed commands.
(I know that I can get the last timestamp backup from SNAPSHOT_DATABASE.SNAPSHOT_DATABASE, but I wanted to filter per type: full, incremental, delta)