I have a query that contains a UNION operator. If I ran my query it runs perfectly straight on the database but I am getting an empty result in Drupal. Here is a simplified version of the query: $ result = db_query(” SELECT * FROM ( SELECT agent_number FROM table1 WHERE agent_number IN (‘:agent_numbers’) UNIONRead more