Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个将“行为”发布到数据库中的按钮。
Act_name、act_date、act_data
基本上我这样订购它们:
$this->select - $this->pdo->prepare("SELECT * FROM acts ORDER BY date DESC");
这显示了最近的 5 个操作。
如何删除同一个数据库表中的休息操作?例如,我们有5幕,我刚刚发布了一个新幕,第5幕成为第6幕,并立即被删除?。