Emanuele Coccia is an Associate Professor at the École des hautes études en sciences sociales (EHESS), Paris. He is the author of Sensible Life and (with Donatien Grau) The Transitory Museum.
'SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
WHERE 1=1 AND (
wp_posts.ID NOT IN (
SELECT object_id
FROM wp_term_relationships
WHERE term_taxonomy_id IN (47485,47486)
)
) AND (
(
( wp_postmeta.meta_key = \'the_author\' AND wp_postmeta.meta_value = \'3473889\' )
OR
( wp_postmeta.meta_key = \'secondary_author\' AND wp_postmeta.meta_value LIKE \'{112da518f8c7815ce2834d2f25e6aa77d9adb2f2c4d2bcdf5cc17c76ae28d7bb}\\"3473889\\"{112da518f8c7815ce2834d2f25e6aa77d9adb2f2c4d2bcdf5cc17c76ae28d7bb}\' )
)
) AND wp_posts.post_type = \'post\' AND ((wp_posts.post_status = \'publish\'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date DESC
LIMIT 0, 6'


