一个使用FULL JOIN的例子

--创建测试环境,stock_id 股票代码,hold_year 持有年份,hold_organ 持有者 create table stock(stock_id int,hold_year int,hold_organ int) insert stock(stock_id,hold_year,hold_organ) select '001','2006','1001' union all sele
相关文章
相关标签/搜索