-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add example results for User Guide documents #2171
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
- Better to use the system command console instead of IDEA console to keep the input style.
- To indicate the format of
align by device
, it's better to involve multi devices in result set.
I will use print information instead of photos. |
docs/UserGuide/Operation Manual/DDL Data Definition Language.md
Outdated
Show resolved
Hide resolved
docs/UserGuide/Operation Manual/DML Data Manipulation Language.md
Outdated
Show resolved
Hide resolved
This reverts commit 90f3876.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (1.8.0_252) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 11. |
|
||
``` | ||
+-------------+ | ||
|storage group| | ||
+-------------+ | ||
| root.sgcc| | ||
| root.ln| | ||
+-------------+ | ||
Total line number = 2 | ||
It costs 0.060s | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add result of show storage group root.ln
like previous graph?
+----------------------------+----------------------------+ | ||
Total line number = 1 | ||
It costs 0.003s | ||
``` | ||
|
||
All supported aggregation functions are: count, sum, avg, last_value, first_value, min_time, max_time, min_value, max_value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about add more example results like sum or last_value?
according to #2079