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:
parent
0c3c09dc2f
commit
1e7f4b98c7
@ -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 "",
|
||||
|
Loading…
Reference in New Issue
Block a user