I have table like this
table1
column1 column2 column3
-----------------------
11 12 13
21 22 23
31 32 33
and a View like this
view1
column1 column2 column3
-----------------------
11 12 13
31 32 33
How to delete rows from table1 that have a match in view1?