-
-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
Description
CREATE TABLE t(
x INT,
start_timestamp TIMESTAMP(6) GENERATED ALWAYS AS ROW START,
end_timestamp TIMESTAMP(6) GENERATED ALWAYS AS ROW END,
PERIOD FOR SYSTEM_TIME(start_timestamp, end_timestamp)
) WITH SYSTEM VERSIONING;
https://mariadb.com/kb/en/library/system-versioned-tables/
This query is valid and works fine, some cases are missing to successfully parse this query