DB2 SELECT ステートメントの高度な使用法
2022-01-08 23:34:08
1. 結果テーブルの作成
テーブルnew_table_nameasを作成します。
( select * from table_name ) definitiononly;
テーブルnew_table_nameasを作成します。
( select * from table_name ) definitiononly;
2. マテリアライズドクエリテーブル(MQT)の作成create table new_table_nameas
( select * from table_name )
datainitially deferred refresh deferred;
refresh table new_table_name;
Note: The materialized table is similar to a query, not really forming a table and showing the type as Query, but it works perfectly as a table.
3. テーブル構造をコピーするcreate table new_table_name like table_name;
関連
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン