Uncaught exception: unknown error entry: (function => errorHandler, args => Array, )
File: /var/www/serpanalytics.com/html/include/pgsql.class.php (Line: 88)
Function: pg_query
File: /var/www/serpanalytics.com/html/keyword_new.php (Line: 280)
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 ('ask.com', '1122728037'),('ask.com', '412074098'),('saniflo.com', '1317547528'),('yahoo.com', '-775987916'),('yahoo.com', '1167291104'),('fixya.com', '-773064139'),('fixya.com', '1111914444'),('fixya.com', '-773064139'),('fixya.com', '1111914444'),('yahoo.com', '-775987916'),('yahoo.com', '1167291104'),('saniflo.com', '1317547528')) as a
join ip2country on (a.column2 >= ip2country.begin and a.column2 <= ip2country.end)