Hi,
I try to update a table with the following query, the ShPath string is coming from a external source
UPDATE SHARES SET group='0' WHERE servername='SRV01' and ShPath = 'C:\USERS_100\'
But the ShPath has the entry C:\USERS_100 how can I remove the \ behind the C:\USERS_100\
Thanks,
Navmen
I try to update a table with the following query, the ShPath string is coming from a external source
UPDATE SHARES SET group='0' WHERE servername='SRV01' and ShPath = 'C:\USERS_100\'
But the ShPath has the entry C:\USERS_100 how can I remove the \ behind the C:\USERS_100\
Thanks,
Navmen