1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fixes after manual merge

This commit is contained in:
unknown
2006-02-02 23:56:08 -08:00
parent 8300149963
commit ac21d0294d
3 changed files with 7 additions and 117 deletions

View File

@ -141,23 +141,6 @@ SUM(a)
6
4
DROP TABLE t1;
CREATE TABLE t1 (a int);
INSERT INTO t1 VALUES (1), (2), (1), (3), (2), (1);
SELECT a FROM t1 GROUP BY a HAVING a > 1;