I am getting the Operator/operand type mismatch when I try this command:
REPLACE ccoddate WITH "12/14/2020" FOR ccoddate="12/07/2020" ALL
Can someone help me with this. Basically, I am trying to change the date in a column named ccoddate from 12/07/2020 to 12/14/2020. Thanks in advance
REPLACE ccoddate WITH "12/14/2020" FOR ccoddate="12/07/2020" ALL
Can someone help me with this. Basically, I am trying to change the date in a column named ccoddate from 12/07/2020 to 12/14/2020. Thanks in advance