i would like to run a sql statement that will delete ONLY the second value for example
delete from table1 where condition1
i want this statement to delete ONLY the second value
how can i accomplish this?
i would like to clarify. i have a field called field1
which is an autonumber and and it is a primary key and it increments. i would like to delete the record containing the greater number