Returns the maximum number of columns which this database allows in a GROUP BY clause .
1 connection.metadata.getMaxColumnsInGroupBy
<connection.metadata.getMaxColumnsInGroupBy />
Returns | |
---|---|
Type | Description |
Integer | Recover the maximum number of columns which this database allows in a GROUP BY clause for the current connection. |
Example
Maximum number of groupable columns in a GROUP BY clause .
Copy
<xsql-script name='connection_ggetMaxColumnsInGroupBy_test1'> <body> <println> <connection.metadata.getMaxColumnsInGroupBy /> </println> </body> </xsql-script>
Copy
Running script................: sample 32767 Program returned..............: <void> Execution completed...........: 0.062 secs.