Remove unnecessary blank line in regression test for issue 7887

m3hm3t/issue_7887
Mehmet Yilmaz 2025-03-05 07:16:22 +00:00
parent c865d6323c
commit 784c5eb0f0
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).