dann löschts alle von user 1
meine variante (php, simpel ohne errorhandling):
PHP Code:
$sql = mysql_fetch_row(mysql_query("SELECT `time` FROM `table` ORDER BY `time` ASC LIMIT 1"));
$sql2 = mysql_query("DELETE FROM `table` WHERE `time` = '".$sql[0]."'");