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

这里的limit 0,3的意思就是筛选结果的前三条数据,数据下标分别为0,1,2。

相关文章:

  • 2021-10-14
  • 2021-11-04
  • 2022-02-09
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2023-03-22
相关资源
相似解决方案