Sign in
apache
/
doris
/
HEAD
/
.
/
docker
/
thirdparties
/
docker-compose
/
hive
/
scripts
/
create_preinstalled_scripts
/
run67.hql
blob: f84cc11f040cdafccaffce554968aa3b1c3c4991 [
file
] [
log
] [
blame
]
use
`default`
;
CREATE TABLE
`orc_tiny_stripes`
(
col1 bigint
,
col2
string
,
col3 bigint
)
STORED AS orc
LOCATION
'/user/doris/preinstalled_data/orc/orc_tiny_stripes'
;
msck repair table orc_tiny_stripes
;