This website requires JavaScript.
Explore
Help
Sign In
thevar1able
/
ClickHouse
Watch
1
Star
0
Fork
0
You've already forked ClickHouse
mirror of
https://github.com/ClickHouse/ClickHouse.git
synced
2024-11-08 08:35:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
abe54b8dcb
ClickHouse
/
tests
/
queries
/
0_stateless
/
00564_temporary_table_management.reference
5 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ISSUES-117 add test
2018-02-14 04:37:39 +00:00
1
Update tests for multiline SHOW CREATE The following has been used for this: git grep '^CREATE' tests/queries/**.reference | cut -d: -f1 | sort -u | xargs -n1 -i sh -c 'show-create-rewrite.py < {} | sponge {}' show-create-rewrite.py is available here: https://gist.github.com/azat/916b98b5ddf9573f7dc9a4dce33b59b5 And for 00998_constraints_all_tables test FORMAT TSVRaw I simply drop.
2020-04-08 08:18:35 +00:00
CREATE TEMPORARY TABLE temp_tab\n(\n `number` UInt64\n)\nENGINE = Memory
ISSUES-117 add test
2018-02-14 04:37:39 +00:00
temp_tab
0
Reference in New Issue
Copy Permalink