Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Query the row with the greatest/least value per group.

learn more… | top users | synonyms

0
votes
1answer
113 views

SQL - Get the latest event from table

I got two tables. A dealer table (id, name, etc.) and an event table (id, did(dealerid), eid(fb eventid), venue, etc.) where I save the dealerid, eventid, eventurl and date from facebook. I can get ...