MCPcopy Create free account
hub / github.com/Nemo1870/sql-parse / groupBy

Method groupBy

src/main/java/com/sql/parse/statement/Select.java:112–112  ·  view source on GitHub ↗

@title: groupBy @desc "GROUP BY"符号

(String... columnNames)

Source from the content-addressed store, hash-verified

110 * @desc "GROUP BY"符号
111 */
112 public abstract Select groupBy(String... columnNames);
113
114 /**
115 * @title: limit

Callers 3

testSelectWithGroupByMethod · 0.95
testSelectWithGroupByMethod · 0.95
testSelectWithGroupByMethod · 0.95

Calls

no outgoing calls

Tested by 3

testSelectWithGroupByMethod · 0.76
testSelectWithGroupByMethod · 0.76
testSelectWithGroupByMethod · 0.76