I need the system date of the database, the database is adabas
. Attunity use to access the database, I find no information on google or the official site.
Something like in Oracle database:
SELECT SYSDATE FROM dual;
I need the system date of the database, the database is adabas
. Attunity use to access the database, I find no information on google or the official site.
Something like in Oracle database:
SELECT SYSDATE FROM dual;
Copyright © 2021 Jogjafile Inc.
get date from adabas by using
current_date()