[][src]Function spatialite_sys::remove_duplicated_rows

pub unsafe extern "C" fn remove_duplicated_rows(
    sqlite: *mut sqlite3,
    table: *mut c_char
)

Remove duplicated rows from a table

\param sqlite handle to current DB connection \param table name of the table to be cleaned

\sa check_duplicated_rows, remove_duplicated_rows_ex

\note when two (or more) duplicated rows exist, only the first occurence will be preserved, then deleting any further occurrence.