How to get MySQL query result just before the n data

select image_url from person_comments_image where comments_id='com_001'  limit 0,3;

 0,3 limit the meaning indicated herein is to obtain a set of index data is 0

Guess you like

Origin www.cnblogs.com/mirage-mc/p/12615104.html