Not obtaining the correct result set using the following in the WHERE clause in a SQL Query Analyzer query;
Where client_id number between '124.5' and '130.5' or between '305' and '340.2' or between '409.1' and 415.25'
In other words, some of the records in the result set shouldn't be there because they contain a field that "violates" another criteria in the WHERE clause.
Where client_id number between '124.5' and '130.5' or between '305' and '340.2' or between '409.1' and 415.25'
In other words, some of the records in the result set shouldn't be there because they contain a field that "violates" another criteria in the WHERE clause.