I need to delete rows from a table where col1 is within a range of values and col2 of the same row is within a certain range of values. how is this possible?
Read about BETWEEN in Books Online before you use this so that you understand how it deals with values that are exactly equal to the upper and lower limits.