mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-20 05:17:00 +08:00
Clean up header for uniform appearance throughout tests.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
--
|
||||
-- select_having.sql
|
||||
-- SELECT_HAVING
|
||||
--
|
||||
|
||||
-- load test data
|
||||
@ -25,3 +25,4 @@ SELECT c, max(a) FROM test_having
|
||||
GROUP BY c HAVING count(*) > 2 OR min(a) = max(a);
|
||||
|
||||
DROP TABLE test_having;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user