I am using below condition to truncate date in postgres to_date(to_char(truncate(appointment _date),\'YYYYMMDD\')||appointment_end_time,\'\'YYYYMMDDHH24:MI:SS\')AS tq
How