Is there a quick way to get the exact same result when using date.now() method (returns milliseconds that elapsed since 1970-01-01) in JS via SQL select statement?
I guess this could be the start:
select current_timestamp from dual;
...but from that point on, I got stuck with getting the format as mentioned above.