Remove unnecessary blank line in regression test for issue 7887

pull/7920/head
Mehmet Yilmaz 2025-03-05 07:16:22 +00:00
parent 8ff4b94271
commit 934d41881b
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ INSERT INTO local2_bydefault(local1fk, reference1fk)
-- Show inserted row in local2_bydefault
SELECT * FROM local2_bydefault;
--
-- Overriding a BY DEFAULT identity with user value
-- (which is allowed even without OVERRIDING clause).