ashneet 0 Junior Poster

Hello,

I am using a GeoLite Country ip csv and storing it in the db.
it contains ip numbers which are normally huge.

My problems comes when I search for some of these numbers.

my query:

SELECT * FROM range WHERE range1 >= 1213099967

This query works fine but, the problem is that some of the numbers I get from the database are a lot smaller then 1213099967 which does not make sense to me.

Please share any opinions.