sql把兩個(gè)查詢結(jié)果拼接 sql怎樣將查詢的結(jié)果列拼接到一起顯示?
sql怎樣將查詢的結(jié)果列拼接到一起顯示?使用full out join,腳本如下:選擇isnull(A.period,B.period),A,B from table A A full out joi
sql怎樣將查詢的結(jié)果列拼接到一起顯示?
使用full out join,腳本如下:選擇isnull(A.period,B.period),A,B from table A A full out join table B on B.period=A.period