Hi,
Try this one if your structure supported.
,to_char(SELECT max(DATE) FROM you_table_name),‘YYYY-MM-DD HH12:MI PM’) AS last_refreshed
This post will help you.
Regards,
Naveed Ali
Hi,
Try this one if your structure supported.
,to_char(SELECT max(DATE) FROM you_table_name),‘YYYY-MM-DD HH12:MI PM’) AS last_refreshed
This post will help you.
Regards,
Naveed Ali