mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update settings.md docs with new create_if_not_exists settings
This commit is contained in:
parent
868a1e78f2
commit
2af1134c08
@ -5637,3 +5637,9 @@ Possible values:
|
||||
- 1 — the [TimeSeries](../../engines/table-engines/integrations/time-series.md) table engine is enabled.
|
||||
|
||||
Default value: `0`.
|
||||
|
||||
## create_if_not_exists
|
||||
|
||||
Enable IF NOT EXISTS for CREATE statements by default. If either this setting or IF NOT EXISTS is specified, then no Exception will be thrown when trying to create a new table.
|
||||
|
||||
Default value: `false`.
|
||||
|
Loading…
Reference in New Issue
Block a user