Hi all.
I would like to run an update query to update rows in a table, and update only those rows that appear in another select query.
I could do this using the IN clause with a sub-query but it takes too long.
I would like to do this by joining the table with the query but i seem to get the updateable query error.
Any reason why this occurs and how I might go about this?
ps. Im sick and tired of using the IN clause with sub-queries!!!
Thanks
I would like to run an update query to update rows in a table, and update only those rows that appear in another select query.
I could do this using the IN clause with a sub-query but it takes too long.
I would like to do this by joining the table with the query but i seem to get the updateable query error.
Any reason why this occurs and how I might go about this?
ps. Im sick and tired of using the IN clause with sub-queries!!!
Thanks