odps table

Create and modify tables in ODPS (Open Data Processing Service).
See also odps.

=> More information.

create table {table_name} ({col} {type}) partitioned by ({col} {type}) lifecycle {days};
create table {table_name} like {another_table};
alter table {table_name} add partition ({partition_spec});
alter table {table_name} drop partition ({partition_spec});
drop table {table_name};
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

=> CC-BY

Proxy Information
Original URL
gemini://freeshell.de/tldr/odps-table.gmi
Status Code
Success (20)
Meta
text/gemini;lang=en-GB
Capsule Response Time
104.405117 milliseconds
Gemini-to-HTML Time
0.327652 milliseconds

This content has been proxied by September (ba2dc).