Write an SQL Query to print all the days of the week.
SQL Query to print Week days.
63
20-Dec-2024
Updated on 20-Dec-2024
Ashutosh Kumar Verma
20-Dec-2024To print all the days of the week, you can use the recursive CTE. Here is the basic SQL Query to find all the week-days from
Monday
toSaturday
,Output: