This is more of a SQL question than a DBI question. For inserting rows you can skip the column names if you specifiy values in order and for every column.
Here is the format:
insert into table values (val1, val2, val3, ... valN);
where table has N columns
you must have a value for each column, even if that value is NULL(undef).
In reply to Re: DBI question
by DeaconBlues
in thread DBI question
by ProfessorHaroldHill
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |