📷 我想将此数据添加到另一个名为final的表中,如下所示 ID Notes NoteDate 其中text1, text2, text3, text4进入终结表的Notes列,Notedate1,notedate2,notedate3,notedate4进入Notedate列。(temp for note in(text1,text2,text3,text4)) as unpvt
order by createdid 这给了我适当的结果: 📷 然后对于日期部分,我使用了另一个非透视查询no