Hi Team,
I also was in need of a similar requirement , you might have already sorted out this issue , But still below solution worked for me.
select top 1 <coloumn_name> from SYS.M_DATABASE_HISTORY ORDER BY <coloumn_name> DESC
May be this will be helpful for others .
Thanks,
Razal