I am trying to create a query to retrieve all posts with a meta (custom) field of 'show'='0' or without this field completely. The first query is
$q = WP_query('meta_key=show&meta_value=0');
but what is the second query and how do I combine querys?