MCPcopy Index your code
hub / github.com/Tencent/APIJSON / max

Method max

APIJSONORM/src/main/java/apijson/SQL.java:303–305  ·  view source on GitHub ↗

最大值 fun = #MAX @param column @return #functionAs(String, String)

(String column)

Source from the content-addressed store, hash-verified

301 * @return {@link #functionAs(String, String)}
302 */
303 public static String max(String column) {
304 return functionAs(MAX, column);
305 }
306 /**最小值
307 * fun = {@link #MIN}
308 * @param column

Callers 1

executeMethod · 0.80

Calls 1

functionAsMethod · 0.95

Tested by

no test coverage detected