DatabaseMetaData.supportsGroupByBeyondSelect

DatabaseMetaData.supportsGroupByBeyondSelect

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract boolean supportsGroupByBeyondSelect() throws SQLException
Returns
true if so
Description
Can a "GROUP BY" clause add columns not in the SELECT provided it specifies all the columns in the SELECT?

Exceptions
SQLException if a database-access error occurs.