I have a table aus_woocommerce_order_itemmeta with the following schema:
How can I create a query that yields the following logic?
SELECT * FROM aus_woocommerce_order_itemmeta WHERE order_item_id = 660
/* And only from those items, the ones with order_item_id = 660
SELECT the rows that meet any of the following conditions: */
meta_key LIKE " 
