How to select multiple records without clicking every one?

I have a table with 2000 rows. I need to delete 480 of them. In most similar platforms, you can select one row, and while holding down shift, select another row. The result is that all the rows between the first one you selected and the last (while holding shift) are selected. You can then delete them.

I searched Google and its AI result said you could do what I described above. But it does not work for me.

Using Chrome. And cloud hosted nocoDB.

Without this, I have to click 480 times…

Hi @wergle
You can create a filter matching the records you want to delete, select all records from top left and right click on below area

You will see “Delete all records” which allows you to delete every record matching your filter.

On clicking you will see following screen, make sure you see expected number of records.

Important Note: There is no way to undo this operation and you can lose data make sure to backup before proceeding (& make sure your filter only covers record you want to delete)

@mertmit Thanks for this. It works!