mirror of
https://gitee.com/dromara/easy-es.git
synced 2025-12-06 09:09:13 +08:00
183 B
183 B
from(Integer from)
● Start the query from the first data, which is equivalent to m in limit (m,n) in MySQL.
● Example: from(10)--->Start query from the 10th data