mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-08 06:00:40 -06:00
Added OR REPLACE clause
This commit is contained in:
@@ -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 "",
|
||||
|
||||
Reference in New Issue
Block a user