Red underline on script which previously wasn't underlined but still works perfectly #5195
wlclifford
started this conversation in
General
Replies: 1 comment
-
I've created #5196 to fix it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This seems to have started with update from 3.4.10 to 3.4.13. Screen shot below of what seems to be valid syntax. Also happens with red underline of just the semicolon when the last line of a script contains WHERE and LIKE - again the script below works fine.
UPDATE NHPProductLicence
SET product_name = REPLACE(product_name, CHAR(10), '')
WHERE product_name LIKE '%' || CHAR(10) || '%';
Beta Was this translation helpful? Give feedback.
All reactions