mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
subselect.test, subselect.result:
After merge fix.
This commit is contained in:
@@ -3988,6 +3988,7 @@ a test
|
||||
1 n
|
||||
2 o
|
||||
3 p
|
||||
DROP TABLE t1;
|
||||
CREATE TABLE t1 (a int, b int);
|
||||
INSERT INTO t1 VALUES (2,22),(1,11),(2,22);
|
||||
SELECT a FROM t1 WHERE (SELECT COUNT(b) FROM DUAL) > 0 GROUP BY a;
|
||||
|
Reference in New Issue
Block a user