Hi writing a little SQL and need SYSDATE to spit o...
# suitescript
k
Hi writing a little SQL and need SYSDATE to spit out in text form in DD.MM.YYYY hh:mm form I know the expression is TO_CHAR(SYSDATE, 'DD.MM.YYYY') but I cannot figure out the write way to call for the hh:mm part. Please help 🙂