Can risingwave SQL use functions like `now`? One hour before the current time is `now-1`?
I am curious if the risingwave SQL supports functions like now and if it is possible to perform operations like now-1 to get the time one hour before the current time.