my($sth, @bind) = $sql->select(['users', 'sessions'], \@fields, \%where); #SELECT users.id, sessions.name FROM users, sessions WHERE ( id = ? )