- or download this
DBD::mysql::st execute failed: called with 26 bind variables when 24 a
+re needed at csv2sql.pl line 18, <GLEANDATA> line 193.
- or download this
("foo","bar","","bash")
- or download this
#!/usr/bin/perl -w
...
close GLEANDATA or die "Could not close file\n";
$dbh->disconnect;
- or download this
CREATE TABLE glean_data (
id MEDIUMINT NOT NULL AUTO_INCREMENT,
...
time_of_year_to_call VARCHAR(50),
PRIMARY KEY (id)
)