Open topic with navigation
Return the weekday name for a date or timestamp.
DAYNAME(date)
SELECT DAYNAME('2020-06-20');
The above query returns:
Saturday
Copyright © 2002-2025. Cloud Software Group, Inc. All Rights Reserved.