create table sk as select 1 x from dual; 我想知道这里面的 1

问题描述:

create table sk as select 1 x from dual; 我想知道这里面的 1
为什么有着玩应

select 1 x from dual
完整的是
select 1 as  x from dual
查询显示值为1   列别名为x