Update reference file

This commit is contained in:
Arthur Passos 2022-11-17 14:05:21 -03:00 committed by GitHub
parent e33b1a39da
commit e9b19ffa84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
-- { echoOn }
-- simple test case
create table if not exists replacing_mt (x String) engine=ReplacingMergeTree() ORDER BY x SETTINGS force_select_final=1;