Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
INSERT INTO statement support target fields. For example, you can specify target column as follows:
INSERT INTO t1 (c1, c3) SELECT x, y FROM t2
But, the current INSERT INTO statement does not support nested fields as target columns. We should support it.
Attachments
Issue Links
- is required by
-
TAJO-1652 Automatic metadata registeration from underlying storages
- Resolved