Skip to content
Snippets Groups Projects
Commit 33577de0 authored by Neil Kindlon's avatar Neil Kindlon
Browse files

Added first and last to help options for -o

parent 64b95927
No related branches found
No related tags found
No related merge requests found
......@@ -338,6 +338,8 @@ void KeyListOpsHelp() {
cerr << "\t\t distinct (i.e., print a delimited list (NO duplicates allowed)), " << endl;
cerr << "\t\t count" << endl;
cerr << "\t\t count_distinct (i.e., a count of the unique values in the column), " << endl;
cerr << "\t\t first (i.e., just the first value in the column), " << endl;
cerr << "\t\t last (i.e., just the last value in the column), " << endl;
cerr << "\t\tDefault: sum" << endl;
cerr << "\t\tMultiple operations can be specified in a comma-delimited list." << endl << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment