一个数据集中的两个字段如何拼接起来,例如一个数据集中有年和月两个字段,如何实现年月
单元格里面写:
CONCATENATE(a2,b2)
concat('2023','-','08')
select year || '-' || month from tabName