According to FB documentation:
in "stream" table - place ID is an integer (http://developers.facebook.com/docs/reference/fql/stream/ field "place")
while in "place" table - place ID is a string (http://developers.facebook.com/docs/reference/fql/place/ field "page_id")
So, is place ID an integer or a string?