0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

Added OR REPLACE clause

This commit is contained in:
Carlitxxx86 2022-04-24 09:15:05 -04:00 committed by Roland Bock
parent 0c3c09dc2f
commit 1e7f4b98c7

View File

@ -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 "",