Uncaught exception: unknown error entry: (function => errorHandler, args => Array, )
File: /var/www/serpanalytics.com/html/include/pgsql.class.php (Line: 108)
Function: pg_query
File: /var/www/serpanalytics.com/html/keyword_new.php (Line: 305)
Function: query
pg_query(): Query failed: ERROR: operator does not exist: text >= bigint
LINE 9: join ip2country on (a.column2 >= ip2country.begin and a.c...
^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
/*|usr|sbin|httpd
*/
select
a.column1 as domain,
ip2country.code,
ip2country.country
from
(values ('mailfoundry.com', '1108480323'),('mailfoundry.com', '1108480323'),('spamtitan.com', '1119134479'),('spamtitan.com', '1119134479'),('onlinespamsolutions.com', '1074055804'),('onlinespamsolutions.com', '1074055804'),('webroot.com', '1078900434'),('webroot.com', '1078900434'),('peertopeer.net', '1064709270'),('peertopeer.net', '1064709270'),('peertopeer.net', '1064709270'),('peertopeer.net', '1064709270'),('trendmicro.com', '-1773773540'),('trendmicro.com', '-872413944'),('mxforce.com', '-808969170'),('mxforce.com', '-808969170'),('sonicwall.com', '-858477969'),('sonicwall.com', '-858477969'),('peertopeer.net', '1064709270'),('peertopeer.net', '1064709270'),('peertopeer.net', '1064709270'),('peertopeer.net', '1064709270'),('mailfoundry.com', '1108480323'),('mailfoundry.com', '1108480323'),('onlinespamsolutions.com', '1074055804'),('onlinespamsolutions.com', '1074055804'),('peertopeer.net', '1064709270'),('peertopeer.net', '1064709270'),('peertopeer.net', '1064709270'),('peertopeer.net', '1064709270'),('spamtitan.com', '1119134479'),('spamtitan.com', '1119134479'),('trendmicro.com', '-1773773540'),('trendmicro.com', '-872413944'),('mxforce.com', '-808969170'),('mxforce.com', '-808969170'),('sonicwall.com', '-858477969'),('sonicwall.com', '-858477969'),('webroot.com', '1078900434'),('webroot.com', '1078900434')) as a
join ip2country on (a.column2 >= ip2country.begin and a.column2 <= ip2country.end)