Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shnikd committed Mar 29, 2024
1 parent 2b0031d commit 6966e74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# CREATE TABLE
# CREATE TABLE

{% if feature_olap_tables %}

Expand Down Expand Up @@ -121,7 +122,7 @@ CREATE TEMPORARY TABLE table_name (
);
```

{% include [temp-table-description.md](../../../../../_includes/temp-table-description.md) %}
{% include [temp-table-description.md](../../../../_includes/temp-table-description.md) %}

{% endif %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ CREATE TEMPORARY TABLE table_name (
...
);
```
{% include [temp-table-description.md](../../../../../_includes/temp-table-description.md) %}
{% include [temp-table-description.md](../../../../_includes/temp-table-description.md) %}

{% endif %}

Expand Down

0 comments on commit 6966e74

Please sign in to comment.