problem with 'in' operator in select query

  • Thread starter Sanjay Kumar Limbikai
  • Start date
S

Sanjay Kumar Limbikai

there is a problem with 'in' operator in select query

sometimes select query does return all the rows if used 'in' operator in
`criteria.

for ex. Select * from modelmaster where model in ('a','b','c')
sometimes will return partial recordset. (most frequent with complex queries)

I hope I will get someone for help.
 
Top