TableA fields are unc_path and office.
My update query looks like this:
update TableA set office='CRB' where unc_path like '%crb%'
The query doesn't seem to work even though there are records that match this criteria. An example of a record in the unc_path is \\crbA1\MyDir\akde12
Thanks in advance for your help!
My update query looks like this:
update TableA set office='CRB' where unc_path like '%crb%'
The query doesn't seem to work even though there are records that match this criteria. An example of a record in the unc_path is \\crbA1\MyDir\akde12
Thanks in advance for your help!