hello,
i am trying to update a time field in a table and am having issues. what i am trying to have happen is to update any desired_rls_date fields to be 2/18/2014 that are equal to or before the date below (2/18/2014)
UPDATE WORK_ORDER
SET DESIRED_RLS_DATE='2/18/2014'
WHERE DESIRED_RLS_DATE =<'2/18/2014'
i get an error with the less then sign.
any help would be appreciate.
i am trying to update a time field in a table and am having issues. what i am trying to have happen is to update any desired_rls_date fields to be 2/18/2014 that are equal to or before the date below (2/18/2014)
UPDATE WORK_ORDER
SET DESIRED_RLS_DATE='2/18/2014'
WHERE DESIRED_RLS_DATE =<'2/18/2014'
i get an error with the less then sign.
any help would be appreciate.