このプロシージャは、ソースとターゲットのメタデータを比較し、ソースとターゲットの列の交点に基づいて、データダウンロード用の列リストを生成します。また、対応するパラメータを使用して、結果セットの最初と最後に必須の列を追加することもできます。これらの列の値はsource_columns
では返されず、消費プロシージャで明示的に指定する必要があります。
Parameters
Parameter | Description |
---|---|
| Fully-qualified name of the source. Can be an existing table or a stored procedure returning data. Can also be an arbitrary table specification in the form of a string: |
| Fully-qualified name of the target. Must be an existing table; mandatory |
|
|
| Returns a simple |
| Comma-separated list of columns pairs separated by vertical bars: |
| Comma-separated list of columns for which no warning should be raised (which are expected due to the intended logic or known changes) |
| Columns to exclude from the source |
| Columns to add in the beginning |
| Columns to add in the end |
Attributes
Attribute | Type |
---|---|
| clob |
| clob |
ソースまたはターゲットにのみ存在する列は出力から除外されます。名前が同じでデータ型が異なる列は、 UTILS.tryCast
を使用して自動的に変換されます。キャストに失敗した場合、NULL
値が挿入されます。