我有一个有列的表
date_1,date_2,date_3,
text_1,text_2,text_3.
我想写一个查询来获取
date_1 union date_2 union date_3 as date
and text_1 union text_2 union text_3 as text.
我可以单独合并它们,但我如何加入它们?
我有一个有列的表
date_1,date_2,date_3,
text_1,text_2,text_3.
我想写一个查询来获取
date_1 union date_2 union date_3 as date
and text_1 union text_2 union text_3 as text.
我可以单独合并它们,但我如何加入它们?