I have the following code and it works fine. However since I have overlapping col names in my table, I want $row to include the tableName in the keys of the resulting assoc array. I don't want to explicitly list the cols of each table and I'd like to accomplish this in one query.:

<[PHP]>
$dbh = Database::getCo nnection($datab ase, 'r');
$dbh->setAttribute(P DO::ATTR_ERRMOD E, PDO::ERRMODE_EX CEPTION);...