I need to run an update statement but the text value has an " in it to depict inches.
UPDATE EQUIPMENT SET DESCRIPTION='PIPE WALLSPREADER FOR 1 1/2" (ID) WHERE CODE='ALLHA0009'
This yields an error "Unclosed quotation mark after the character string ''."
What syntax do I use in order to update text with "?
UPDATE EQUIPMENT SET DESCRIPTION='PIPE WALLSPREADER FOR 1 1/2" (ID) WHERE CODE='ALLHA0009'
This yields an error "Unclosed quotation mark after the character string ''."
What syntax do I use in order to update text with "?