我从书上看来说
关系数据库的每一行都是不同的但为什么create table x
(
col int
)
insert x select 1
union all
select 1
select * from x这样却又能正常运行有点有理解