| Subject | 'IN' limit still applies? |
|---|---|
| Author | Nick Upson |
| Post date | 2009-12-17T11:00:36Z |
am I right in thinking that if the select returns more that 1500
values the statement will fail in some way
I remember that this used to be an issue and I can't find any
reference to it being removed
UPDATE yy SET XX = 2
WHERE id IN(
SELECT zz.id from zza)
values the statement will fail in some way
I remember that this used to be an issue and I can't find any
reference to it being removed
UPDATE yy SET XX = 2
WHERE id IN(
SELECT zz.id from zza)