Select ROWID, User, Status from fusion table id alias where ROWID = ( Select Maximum(ROWID) from table id where user = user.alias))
If there is a simpler way I really just want all users from table with newest status.
subqueries are not possible
see the syntax here SQL Reference Documentation of the Fusion Tables API.
you have to do the queries in 2 steps
댓글 없음:
댓글 쓰기