我正在使用Wordpress博客文章共享代码,如下面的代号。它在当地主机上正常工作。 (http://localhost/wordpress/why-should-you-take-vegen-from-very-begning/)
但是当我在主机服务器中使用此代码时,它只是像(http:/example.com)那样共享,而不是共享帖子标题。请协助为什么这不适用于主机服务器。
我正在使用此代码。
SELECT
person,
sum(((until - since) + 1)) as days
FROM
periods
GROUP BY person
HAVING sum(((until - since) + 1)) = 365;