1 connection.metadata.getMaxTablesInSelect
<connection.metadata.getMaxTablesInSelect />
Returns | |
---|---|
Type | Description |
Integer | Returns the maximum number of tables which the database allows in the SELECT. |
Example
Maximum number of table which the database allows in a SELECT statement.
Copy
<xsql-script name='connection_getMaxTableNameLength_test1'> <body> <println> <connection.metadata.getMaxTablesInSelect/> </println> </body> </xsql-script>