Sign in
apache
/
doris
/
HEAD
/
.
/
docker
/
thirdparties
/
docker-compose
/
hive
/
scripts
/
create_preinstalled_scripts
/
run30.hql
blob: 2cda09262230db0d8a948bae58637115d49fb31e [
file
] [
log
] [
blame
]
CREATE TABLE
`test_different_column_orders_orc`
(
`name`
string
,
`id`
int
,
`city`
string
,
`age`
int
,
`sex`
string
)
STORED AS ORC
LOCATION
'/user/doris/preinstalled_data/test_different_column_orders/orc'
;