EXISTS subquery causes error 1064
问题 since my last PLESK Update to 12.0.18 #70, I have a problem with phpMyAdmin using select statements with EXISTS subqueries . If I take simply the example from the MariaDB website (I tested it with real tables and fields on my DB): SELECT col1 FROM t1 WHERE EXISTS (SELECT * FROM t2) Quickly the interpreter underlines " EXISTS " and the " (SELECT " to show the error 1064 #1064 - You have an error in your SQL syntax; 1. unknown keyword (near "EXISTS" at position 30) 2. unexpected character (near