I've come across the need to query my sql database for a single row of records, but is it possible to omit the column names at the same time? If not possible with straight SQL, then maybe with PHP? Thanks.
Cheers!
Not receiving any errors after compiling, but the script isn't reading the CSV file into the MySQL table. Can someone point me in the right direction? Many thanks.
#!/usr/bin/perl -w
use DBI;
use strict;
use warnings;
# Declare varaibles
my $DBNAME = "Test";
my $DBTABLE = "Pandora"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.