Description
We don't need to check every query plan for the existence of a where clause to determine if we can do a client-side delete. Instead, we can simply check if any non PK columns are projected.
We don't need to check every query plan for the existence of a where clause to determine if we can do a client-side delete. Instead, we can simply check if any non PK columns are projected.