G
Guest
Some one told me that it is faster a query that has a where like this:
where Id=1 or Id=2
instead of
where Id in(1,2)
Is this true?
Thanks a lot, Lina
where Id=1 or Id=2
instead of
where Id in(1,2)
Is this true?
Thanks a lot, Lina