שגיאה במסד הנתונים של וורדפרס: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 4]
SELECT post_id, meta_value
FROM wp_postmeta
WHERE meta_key = '_billing_dateOfArrival'
AND meta_value in ()
שגיאה במסד הנתונים של וורדפרס: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 5]
SELECT id
FROM wp_posts
WHERE post_status in ('wc-completed','wc-processing')
AND post_type = 'shop_order'
AND id in ()
שגיאה במסד הנתונים של וורדפרס: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 3]
SELECT order_id, order_item_id
FROM wp_woocommerce_order_items
WHERE order_id in ()
שגיאה במסד הנתונים של וורדפרס: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 4]
SELECT order_item_id, meta_key, meta_value
FROM wp_woocommerce_order_itemmeta
WHERE meta_key IN ('_product_id', '_qty')
AND order_item_id in ()
שגיאה במסד הנתונים של וורדפרס: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ')' at line 4]
SELECT post_id, meta_value
FROM wp_postmeta
WHERE meta_key = '_sku'
AND post_id in ()