From 1e7f4b98c727643513eb94100133c009906809d9 Mon Sep 17 00:00:00 2001 From: Carlitxxx86 <104036996+Carlitxxx86@users.noreply.github.com> Date: Sun, 24 Apr 2022 09:15:05 -0400 Subject: [PATCH] Added OR REPLACE clause --- tests/scripts/ddl2cpp_sample_good.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/ddl2cpp_sample_good.sql b/tests/scripts/ddl2cpp_sample_good.sql index 8a2f9360..b74d5aff 100644 --- a/tests/scripts/ddl2cpp_sample_good.sql +++ b/tests/scripts/ddl2cpp_sample_good.sql @@ -38,7 +38,7 @@ CREATE TABLE tab_foo PERIOD FOR SYSTEM_TIME(rowStart, rowEnd) ) WITH SYSTEM VERSIONING; -- enable System-Versioning for this table -CREATE TABLE tab_bar +CREATE OR REPLACE TABLE tab_bar ( alpha bigint AUTO_INCREMENT RRIMARY_KEY, beta varchar(255) NULL DEFAULT "",