Error

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
sosiqogu
Posts: 1
Joined: Thu 10 Jun 2021 06:35

Error

Post by sosiqogu » Thu 10 Jun 2021 09:47

Here is the code to reproduce the error

Code: Select all

SELECT 1 FROM dual
WHERE EXISTS(SELECT 1 FROM dual LIMIT 1)
LIMIT 1;
If you make

Code: Select all

SELECT 1 FROM dual
WHERE EXISTS(SELECT 1 FROM dual LIMIT 1)
 AND 1=1 
LIMIT 1;
There will be no error
Been on the web long and seen everything? I bet you'll find some unique porn resources here https://bestpornwebsites.pro

Post Reply