We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
Yesterday by copying & pasting, I ended up in this situation:
UPDATE table SET field = 1 WHERE condition1; AND condition 2;
Notice the ";" in after condition1. You already know how this ended.
The request is to identify this potential harmful mistakes and prompt a confirmation.
Thanks for reading.
Cheers, J.
The text was updated successfully, but these errors were encountered:
Let's see how the parser can handle the error message hint
Sorry, something went wrong.
No branches or pull requests
Hi there,
Yesterday by copying & pasting, I ended up in this situation:
UPDATE table
SET field = 1
WHERE condition1;
AND condition 2;
Notice the ";" in after condition1. You already know how this ended.
The request is to identify this potential harmful mistakes and prompt a confirmation.
Thanks for reading.
Cheers,
J.
The text was updated successfully, but these errors were encountered: