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 ('staples.com', '-1440409962'),('staples.com', '1224198781'),('pandasecurity.com', '1343012912'),('pandasecurity.com', '-737652914'),('mcafee.com', '-667854836'),('mcafee.com', '-667854836'),('raytheon.com', '-953235624'),('raytheon.com', '-953235624'),('exo5.com', '-772985495'),('zonealarm.com', '-782773810'),('zonealarm.com', '-782773810'),('f-secure.com', '-1049727689'),('f-secure.com', '-872413936'),('dice.com', '1103532559'),('dice.com', '1103532559'),('verizonbusiness.com', '1224199203'),('verizonbusiness.com', '-1536350750'),('ntt.com', '1037076111'),('staples.com', '-1440409962'),('staples.com', '1224198781'),('pandasecurity.com', '1343012912'),('pandasecurity.com', '-737652914'),('mcafee.com', '-667854836'),('mcafee.com', '-667854836'),('exo5.com', '-772985495'),('verizonbusiness.com', '1224199203'),('verizonbusiness.com', '-1536350750'),('f-secure.com', '-1049727689'),('f-secure.com', '-872413936'),('zonealarm.com', '-782773810'),('zonealarm.com', '-782773810'),('raytheon.com', '-953235624'),('raytheon.com', '-953235624'),('dice.com', '1103532559'),('dice.com', '1103532559')) as a
join ip2country on (a.column2 >= ip2country.begin and a.column2 <= ip2country.end)