gpt4 book ai didi

php - mysql 查询 php

转载 作者:太空宇宙 更新时间:2023-11-03 11:19:26 25 4
gpt4 key购买 nike

我正在向 1000 人发送电子邮件。我有一个 php 发送电子邮件。它工作正常。我想知道,在我的查询中,我怎样才能一次发送 100。

是不是这样的:

select * from test limit 0, 100
select * from test limit 100, 100
select * from test limit 200, 100
select * from test limit 300, 100

等...

谢谢。

最佳答案

在邮件代码中更容易做到,一次只解析出100条记录。在 SQL 中执行此操作将使您运行更多查询。

关于php - mysql 查询 php,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2253006/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com