renepaulin
Technical User
Hi,
Can someone tell me why this won't work for me ?
I'm getting a syntax error on the SET line.
Thanks,
Can someone tell me why this won't work for me ?
Code:
UPDATE Temp
SET Field2 =('LEFT(Field2,'*-')' CONCAT '0' CONCAT 'RIGHT(Field2,' #')')
WHERE Field2 LIKE '*- #';
Thanks,