yugabyte=# SELECT current_date, next_day(current_date, 'FRIDAY') next_friday; -- Works in Oracle!
ERROR: function next_day(date, unknown) does not exist
LINE 1: SELECT current_date, next_day(current_date, 'FRIDAY') next_f...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.