这是非常棒的反馈!您是否愿意分享一些调试统计数据,以帮助我确切了解发生了什么?
例如,在此处或 PM 中提供以下内容的输出:
SELECT
pcf.value,
p.raw
FROM
post_custom_fields AS pcf
INNER JOIN
posts AS p ON p.id = pcf.post_id
WHERE
pcf.name = 'disorder'
将非常有帮助。
这是非常棒的反馈!您是否愿意分享一些调试统计数据,以帮助我确切了解发生了什么?
例如,在此处或 PM 中提供以下内容的输出:
SELECT
pcf.value,
p.raw
FROM
post_custom_fields AS pcf
INNER JOIN
posts AS p ON p.id = pcf.post_id
WHERE
pcf.name = 'disorder'
将非常有帮助。