Update DailyCheck_html.sql

This commit is contained in:
Yacine31
2023-01-27 19:43:23 +01:00
parent 3abe287312
commit c3595fbde6

View File

@@ -16,7 +16,7 @@ TABLE "WIDTH='90%' BORDER='1'"
-- prompt <h2>Current DATE</h2>
-- ---------------------------------------------------
set head off
select "<h2>Current DATE</h2> " || to_char(sysdate,'DD/MM/YYYY HH24:MI:SS') from dual;
select '<h2>Current DATE</h2> ' || to_char(sysdate,'DD/MM/YYYY HH24:MI:SS') from dual;
set head on
-- ---------------------------------------------------