These are examples of queries to fetch meta data, and filter results by meta.
Fetch single meta value _thumbnail_id
from posts:
Fetch array meta value upvotes
from comments:
Filter posts where meta key _thumbnail_id
exists:
Filter users where meta entry nickname
has a certain value:
Filter comments where meta entry upvotes
(which is an array of integers) has either values 4
or 5
: