http://www.perlmonks.org?node_id=78582


in reply to Re: Re: Maximum DBI query length?
in thread Maximum DBI query length?

You have no FROM in your SQL. I suggest finding one of the numerous SQL tutorials on the web (starting with the one on the MySQL website) and looking at the syntax (since this problem isn't Perl related). But, you will need to add:

FROM contact, business, acn

In your query.

Cheers,
KM