The case when weeknum<'2019-12-15' then concat (' W ', weekofyear (date_add (weeknum, 15)))
The when weeknum='2019-12-15' then 'W53'
The when weeknum> '2019-12-15' then concat (' W ', weekofyear (date_add (weeknum, 8)))
Can the date which is excuse me?