在我的 wrpdress 数据库中,我有行,其中 post_id 是页面的 id,元键是 temp_size45、temp_size99、....
我想显示以“temp_size”开头的元键中的所有值
那么它看起来像这样
temp_size45 value
temp_size99 value
...
....
所以它会是这样的 SELECT meta_value FROM wp_postmeta WHERE post_id = %d AND meta_key = all that start with temp_size