select STRFTIME(date, '%Y-%m-%d') as date, name as holiday_name, country_name, subdivision_name, weekday
from @pjsousa.public_holidays.global_holidays_with_regions_2024
where country_name = 'Poland'
order by 1
select STRFTIME(date, '%Y-%m-%d') as date, name as holiday_name, country_name, subdivision_name, weekday
from @pjsousa.public_holidays.global_holidays_with_regions_2024
where country_name = 'Poland'
order by 1
Anyone who has the link will be able to view this.