Getting the following error when running my query
DBD::mysql::st bind_columns failed: bind_columns called with 1 values but 25 are needed at ./getdata.pl line 42.
Is there a way for me to pull all the columns, but only print the five or six that I need witout having to bind each and every column?
DBD::mysql::st bind_columns failed: bind_columns called with 1 values but 25 are needed at ./getdata.pl line 42.
Is there a way for me to pull all the columns, but only print the five or six that I need witout having to bind each and every column?