Nina G.
2007-06-20 22:59:43 UTC
I need to run a simple query like
select fee from charges where code in ('value1', 'value2', ..., 'valueN')
where values are 5 character strings. Is there anything bad in having
between 500 and 1000 values in the value list?
Thank you,
Eliyahu
select fee from charges where code in ('value1', 'value2', ..., 'valueN')
where values are 5 character strings. Is there anything bad in having
between 500 and 1000 values in the value list?
Thank you,
Eliyahu