Does the order of the values in a WHERE IN clause matter? (this is on Firebird SQL if that is important)
Such as does:
where field1 in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
offer a performance increase over
where field1 in (3, 5, 10, 2, 1, 8, 6, 9, 4, 7)
delphi
tag, because your question has absolutely nothing to do with Delphi. Please use only tags that actually apply to your question; the purpose of tags is to classify questions into categories. Thanks. – Ewald