2010-11-21 67 views

回答

1
select * 
FROM table 
where abs($postid-POSTIDS) = (select min(abs($postid-POSTIDS)) 
     from table) 
相关问题