Ron Reidy wrote: >select 5 as a, 6 as b from dual union select 5 as a, 7 as b from dual;
>Two rows returned. Indeed, two rows are returned from the database, and DBI throws away one of them when you use selectall_hashref() giving 'a' as the key field. Try the example program I posted. This is not a bug in DBI, it's just not documented what exactly it's meant to do. -- Ed Avis <[EMAIL PROTECTED]>
