Spark SQL Concatenate String и Int
select concat('01/01/', extract(year from current_timestamp()) - 5)
select concat('01/01/', 2020)
Hairy Guy
select concat('01/01/', extract(year from current_timestamp()) - 5)
select concat('01/01/', 2020)