Hello everybody.
Anyone knows if it's possible to get column headers with selectall_arrayref using DBI and SQLite?.
Like when you do it from the command line:
sqlite> .headers on
sqlite> select 1 as One,2 as Two;
One|Two
1|2
I know I can get that using selectall_hashref, but I need an array, I want an array !
Thanks
In reply to selectall_arrayref with headers by eddor1614
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |