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-05 15:21:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4e103b94f0
ClickHouse
/
tests
/
queries
/
0_stateless
/
00908_analyze_query.reference
5 lines
27 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Remove all trailing whitespaces in tests sed -r -i \ -e 's/SELECT $/SELECT/' \ -e 's/SELECT DISTINCT $/SELECT DISTINCT/' \ -e 's/WITH $/WITH/' \ # zero matches, new test will be added -e 's/ARRAY JOIN $/ARRAY JOIN/' \ -e 's/GROUP BY $/GROUP BY/' \ -e 's/ORDER BY $/ORDER BY/' \ -e 's/LIMIT ([0-9]+) BY $/LIMIT \1 BY/' \ # zero matches, new test will be added tests/queries/*/*.sql \ tests/queries/*/*.reference (With except for tests/queries/0_stateless/00751_default_databasename_for_view.reference)
2020-09-08 20:05:47 +00:00
SELECT
Add initial explain.
2020-06-22 14:37:42 +00:00
a,
b
FROM a
Reference in New Issue
Copy Permalink