hello i am trying to search ddw_0_op1
with mysql regex serach query
SELECT * FROM wp_postmeta WHERE meta_key RLIKE '(?=.*ddw_)(?=.*_op1)'
but in results its also displaying results from this field
_ddw_0_op1
but i want to display results only from this field ddw_0_op1
. how i can achieve that
in this picture i want results from http links field
i hope that makes sense now