Is there a way to get all of the photos form a given stream query? I tried the following but it returns an empty set.
SELECT pid, aid, src_big FROM photo WHERE pid IN (SELECT attachment.media.photo.pid FROM #feed)
|
Is there a way to get all of the photos form a given stream query? I tried the following but it returns an empty set.
|
|||||||||
|
|
Its tough to tell since I can't see your '#feed' query but more than likely you are missing a stream_filter query. This would give you something like the following 3 queries. Good Luck! Query 'key':
Query 'feed':
Query 'photos':
|
|||
|
|