close

常用的SQL串資料方式:

  • 上下串
select * from a
union
select * from b
 
  • 左右串
 
with ds as (
),
ds1 as (
)
select * from ds, ds1
arrow
arrow
    文章標籤
    sql union
    全站熱搜

    雀悦 發表在 痞客邦 留言(0) 人氣()