Skip to main content Link Menu Expand (external link) Document Search Copy Copied

SELECT FROM tuple-set-target

Before you begin

SELECT using datetimename function

SELECT _id, datetimename('w',time_col) AS day-of-week FROM tuple-set-target;

_id | day-of-week
----+------------
  A | Monday
  B | Tuesday

Further information