在$ wpdb中添加偏移量获取结果查询

时间:2015-05-14 11:17:36

标签: wordpress offset

SELECT @i:=sum(unix_timestamp(intime)) FROM `test` where in_out=0;
SELECT @o:=sum(unix_timestamp(intime)) FROM `test` where in_out=1;
select @o:=if(@i>@o,@o+UNIX_TIMESTAMP(),@o); 
select @i, @o, TIME_FORMAT(SEC_TO_TIME((@o-@i)),'%Hh %im');

如何在上面的代码中添加1的偏移量?

1 个答案:

答案 0 :(得分:-1)

尝试下面的代码,我希望这会有所帮助。

echo apply_filters( 'woocommerce_short_description', $post->post_excerpt )