On Wed, Mar 29, 2023 at 7:39 PM Ron <ronljohnsonjr@xxxxxxxxx> wrote:
Something like this?
ALTER TABLE foo
ALTER COLUMN update_ts TIMESTAMP WITHOUT TIME ZONE
USING to_timestamp(update_ts, 'YYYYMMDDHH24miSSMS');
That would definitely minimize the possibility of errors.
Yes.
David J.