$sql.resultSet.getColumnTableName

Gets the designated column's table name.
Syntax
    $sql.resultSet.getColumnTableName{column}
    $sql.resultSet{getColumnTableName}{column}
DocumentationGets the designated column's table name.:

    Paramter:
      column - the first column is 1, the second is 2, ...
    Returns:
      table name or "" if not applicable
    Throws:
      SQLException - if a database access error occurs
Examples
GroupSQL
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1