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 ('apus.edu', '1072456974'),('apus.edu', '1072456974'),('kaplan.edu', '1218884901'),('kaplan.edu', '1218884901'),('devry.edu', '-815661141'),('devry.edu', '-815661141'),('phoenix.edu', '-971613936'),('phoenix.edu', '-827992592'),('continuinged.uml.edu', '-2126547002'),('continuinged.uml.edu', '-2126547002'),('schools.com', '1177163764'),('schools.com', '1177163764'),('schools.com', '1177163764'),('schools.com', '1177163764'),('aiuonline.edu', '-667821528'),('aiuonline.edu', '-667821528'),('columbiasouthern.edu', '1163257978'),('columbiasouthern.edu', '1163257978'),('schools.com', '1177163764'),('schools.com', '1177163764'),('schools.com', '1177163764'),('schools.com', '1177163764'),('post.edu', '-1835959440'),('post.edu', '-1835959440'),('schools.com', '1177163764'),('schools.com', '1177163764'),('schools.com', '1177163764'),('schools.com', '1177163764'),('continuinged.uml.edu', '-2126547002'),('continuinged.uml.edu', '-2126547002'),('kaplan.edu', '1218884901'),('kaplan.edu', '1218884901'),('columbiasouthern.edu', '1163257978'),('columbiasouthern.edu', '1163257978'),('devry.edu', '-815661141'),('devry.edu', '-815661141'),('post.edu', '-1835959440'),('post.edu', '-1835959440'),('apus.edu', '1072456974'),('apus.edu', '1072456974'),('aiuonline.edu', '-667821528'),('aiuonline.edu', '-667821528'),('phoenix.edu', '-971613936'),('phoenix.edu', '-827992592')) as a
join ip2country on (a.column2 >= ip2country.begin and a.column2 <= ip2country.end)