30 Sep
2015
30 Sep
'15
7:20 p.m.
Hello All, I ussually iterate a hash that is the result of $rows_ref = $sth->fetchall_hashref('ID'); in my template with <% FOREACH ID Matched_pats.keys.sort %>. However, In this case though the template only displays one row because each resulting row in the SQL query all have the same ID number. Is there any simple change I can make to get the results to fully iterate? Thanks