PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Different amount of entries when using BEAR Bulk compared to my own SQL queries.

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Hello,
I get different counting entries when using BEAR Bulk compared to my own SQL queries.
After the plugin has loaded.
But when I do SQL-queries like:

SELECT COUNT(*) AS total_skus
FROM wp_postmeta
WHERE meta_key = '_sku';
"
+------------+
| total_skus |
+------------+
|       1133 |
+------------+

SELECT COUNT(*) AS total_variations
FROM wp_posts
WHERE post_type = 'product_variation';
"
+------------------+
| total_variations |
+------------------+
|             1514 |
+------------------+

Can you please tell me which EXACT SQL-query BEAR Bulk is doing when using the above setting to list entries?
I am troubleshooting a thing and need to compare the queries for an issue in the web shop with SKU's.

Hello

Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png

https://share.pluginus.net/image/i20250421112817.png - If you did not apply a filter by product type then these are all your products without taking into account the variations. That is, posts where post_type = product

Added the license code 😊

Hello

ok! Thank you!

Do you have any more questions?