Update 01867_support_datetime64_version_column.sql

This commit is contained in:
alexey-milovidov 2021-05-11 15:29:48 +03:00 committed by GitHub
parent 3bb480bd37
commit f6c9327fd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ insert into replacing values (2,'1970-01-01 08:25:46.300800004','b1');
insert into replacing values (3,'1970-01-01 08:25:46.300800005','c1');
insert into replacing values (2,'1970-01-01 08:25:46.300800005','a1');
OPTIMIZE TABLE replacing;
OPTIMIZE TABLE replacing FINAL;
select * from replacing;