Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
create table agg_summary (period date, lvl_id number);
lvl_id各 ID の個別のパーティションとして 1、2、3 を含むパーティションが作成されました。
lvl_id
agg_summary1と2を一緒にするためのアクセス方法は?
agg_summary