timscronin
MIS
Trying below to update just the year on a field, syntax is incorrect. is there a better way to do this
Update p_lab_results_obr
set year(COLL_DATE_TIME) = year(SPEC_RCV_DATE_TIME)
Update p_lab_results_obr
set year(COLL_DATE_TIME) = year(SPEC_RCV_DATE_TIME)