O
Oded Kovach
Hello there
I have query that find maches between two tables.
Now i need to delete the maching fields from one of the tables.
This query query does not allow add/ update and delete so i can't use it as
delete query
The only way i could use this query to delete the data from the table is by
using this query as subquery in the main delete query action.
THis action is very heavy and when the table has more tnen 1000 records the
query is being stuck
what can i do to solve this?
I have query that find maches between two tables.
Now i need to delete the maching fields from one of the tables.
This query query does not allow add/ update and delete so i can't use it as
delete query
The only way i could use this query to delete the data from the table is by
using this query as subquery in the main delete query action.
THis action is very heavy and when the table has more tnen 1000 records the
query is being stuck
what can i do to solve this?