adabas system date

197 Views Asked by At

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;
1

There are 1 best solutions below

0
On

get date from adabas by using current_date()

 select  current_date()