I need to request an update for the date and time. I know how to update a date alone, but I am having problems adding time to a function. Now, in its current form, he is reading 4/20/2011 1:32:07 PM. I need a recv_date field to read 4/21/2011 7:00:00 AM.
My request so far:
UPDATE cxadmin.ro_hist
SET recv_date = '4/21/2011'
WHERE recv_serial_nbr = 'SABTSMSSD'
source
share