While custom SQL is sometimes what it takes, note that to address your concern for WP_Query
it supports 'fields' => 'ids'
argument to limit data returned to IDs (which can be easily used for count).
In many cases that is reasonably efficient while more robust and future-proof in WP environment.
Related Posts:
- Multipart/formatted MySQL query problem
- wpdb COALESCE won’t work
- Get posts from category with custom query
- Valid SQL query return empty
- mysql query – how to escape apostrophe?
- Updating with $qpdb->query() always returns 0 rows affected
- WordPress Mysql query and Duplicate
- Help with Related Posts Function
- Mysql query and odd results
- simple sql query on wp_postmeta very slow
- How to Use Wildcards in $wpdb Queries Using $wpdb->get_results & $wpdb->prepare?
- How many WordPress SQL Queries per page?
- Custom $wpdb Query for Custom Post Type by Category
- Can’t pass table to $wpdb->prepare
- $wpdb->get_var not returning a result
- Are database queries created using WordPress filters protected from SQL injection?
- Most effective use of DB querys
- Grouping related postmeta data via SQL query
- $wpdb->query() vs. $wpdb->get_results() vs. phpMyAdmin
- Slow meta_query with about 4 milion record on wp_postmeta
- wpdb::prepare() isn’t working
- Select User by Joining Multiple Meta Value Results
- mySQL query. ORDER BY meta_key
- $wpdb doesn’t appear to work on page inside of a plugin
- Using $wpdb->update but confused on the WHERE in and SET
- My SQL function to change user_name
- You have an error in your SQL syntax – Help with query
- What’s wrong with my $wpdb prepare?
- Make one query for adding entries to database
- Why is variable not working on custom sql query using wpdb?
- MySQL variable in query
- How to execute a SQL-query which contains multiple queries using $wpdb->query?
- Advanced SELECT query with condtional statements
- how would I create a custom query to get all users, and a related post based on a postmeta field?
- Help with MySQL to $WPDB query
- How do I see the mysql query generated by get_posts( $args )?
- Alter query with posts_clauses to retrieve NULL values last
- wpdb->term_taxonomy count posts from both published and private posts?
- wpdb print all post meta
- Plugin will sort users by usermeta
- Using $wpdb (WPDB class) ‘replace’ with multiple WHERE criteria problem
- MySql Query very slow
- Searching With Apostrophe
- wpdb query problem to access previous 3 days posts
- WordPress Query wp-terms SLOW
- How to write: $wpdb->update having WHERE NOT value pair in the array
- I can’t figure out what’s wrong with this statement. $wpdb->query update
- Use mysql_query instead of $wpdb query
- Custom Query – Based on user input
- Custom WordPress Table wpdb
- Best practice to limit results in get_row()?
- Placing a widget with $wpdb query
- Custom Query returns array, but I can’t see it’s elements
- how to insert missing tags into the posts through mySQL?
- Ideas how to search & replace post_content when string contains a newline?
- Query Column of Specific ID from Database Table
- Query the WordPress database to get data together with replaced information
- $wpdb->prepare affecting the query?
- Optimize slow SQL query for multiple meta values
- prepare function sql safe method
- WordPress Insert not working with ajax
- How do I query for posts by custom meta and those that have been stickied?
- wpdb update multiple row?
- Formatting a date/time returned from a custom $wpdb query
- Improve performance of slow query
- How to delete all images from code in all post_content
- How do I get specific readable results from this query and array results
- I want to get on those users their meta value are like “AGENT” .. but this query is not working
- Delete oldest wordpress post (SQL query)
- Displaying data from custom table
- Get 2 meta values from meta key column
- PHP Fatal error: Uncaught Error: Call to a member function insert() on null
- SQL query to delete users with multiple meta keys and comments
- WordPress Database Query works in phpMyAdmin but not in the code
- OR condition not working
- Trouble migrating custom post types from non-wordpress cms
- Are there any best practices for creating a Like/Favourite feature in WordPress using custom MySQL tables and without any plugins?
- Exclude Posts from a Widget
- Fastest and most efficient SQL query to check if UID exists
- Performance of wp_get_attachment_image_srcset() and wp_get_attachment_image_url()
- How to make MySQL search queries with quotes
- Use $wpdb->get_results with filter based on array
- $wpdb query for price in custom field value
- Display result from custom post meta query
- Wpdb empty result only if language is Russian
- Run an update query in a function
- How to fix this insert? Don’t work for me!
- Function returning queried meta value based on current post ID
- Update vs Insert logic but the last key is always inserted?
- Custom MySQL Query for Post and Post Meta
- There is way to improve this query? wordpress get post data and some meta data
- Wpdb generates too many queries
- Custom Query for searching through custom fields
- sql for querying post and their category
- Access Tables with number prefix
- How to reference same column name but different table in custom db query
- Retrieving custom field array value through db query
- How to get one result using wpdb class?
- Delete query won’t run
- update $wpdb one query