I have a table with a timestamp field. I created a second partitioned table - partitioned per month and with the same filed - with the timestamp field used in the "PARTITION BY RANGE" condition. When I insert into "partitioned table" from the initial table I get error 01858.
How should I deal with the timestamp field in my select?