can i print the day of the week in SQL code example Example: get week day from date in sql SELECT TO_CHAR(your_table.date_colunm, 'DAY') FROM your_table;