Re: Convert date and time colums to datetime
Rich Shepard <rshepard@appl-ecosys.com>
From: Rich Shepard <rshepard@appl-ecosys.com>
To: pgsql-general@postgresql.org
Date: 2025-10-19T17:56:34Z
Lists: pgsql-general
On Sun, 19 Oct 2025, Isaac Morland wrote: > If you're talking about actually changing the table, replacing the two > columns with a single column, you would need ALTER TABLE. Something like > (not tested, just to give you the basic idea): Issac, I thought it could be that simple, while I was looking in the date/time conditions/functions. Thanks, Rich