I’m trying to delete by a secondary index or column key in a table. I\'m not concerned with performance as this will be an unusual query. Not sure if it’s possible? E.g.:
When you have your secondary index you can select all rows from that index. When you have your rows you know the primary key and can then delete the rows.