sqlca.getdate

return the getDate command for current connected server type

 

select <sqlca.today> from "BEAS_DUMMY"

 

MSSQL:

select today() from "BEAS_DUMMY"

 

HANA

select now() from "BEAS_DUMMY"