Forse potresti provare qualcosa del genere :
DELETE FROM mytable
WHERE id NOT IN (SELECT id FROM mytable ORDER by date DESC LIMIT 100)
Forse potresti provare qualcosa del genere :
DELETE FROM mytable
WHERE id NOT IN (SELECT id FROM mytable ORDER by date DESC LIMIT 100)
Utilizzo delle espressioni CASE in SQL Server
Come importare ed esportare un database tramite phpMyAdmin (errore 'Accesso negato creare database db_name')
Come creare un programma di installazione in VB.NET che può installare SQL Server Express Edition?
Transparent Data Encryption (TDE) in SQL Server in un gruppo di disponibilità AlwaysOn nell'esempio