Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.8.1
-
None
-
Reviewed
Description
insert into statement works as expected when the target table is not prefixed with database name. It does append correctly.
However, if I specify a database name prefixing the target table, the statement just overwrites instead of appends:
insert into table my_database.target select * from source;