如何查询具有相同时间戳的记录?例如,我有 100 条记录 .. 一次将 10 条记录插入 MYSQL 并记录时间戳,每 10 条记录将具有相同的时间戳 .. 我如何构建一个可以返回记录数的查询相同的时间戳???
从此连接查询中插入相同时间戳的数量
"SELECT DISTINCT question_id, question_response, ip_address , http_referer , http_user_agent, Timestamp FROM question_data INNER JOIN form_elements ON question_data.form_id = form_elements.formid ORDER BY question_data.question_id";