copy a resultset to another resultset object
Both must have same, but not exact same column names. Order of columns don't need to be the same
resultSetSource.rowsCopy(resultsetTarget)